aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-11-25 01:04:34 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-11-25 01:12:46 +0200
commit2f356a0ca8b080c860c8924d201b98f1f9fa0ad5 (patch)
tree5daec09b30605cac620868608b799357a0823c36 /contrib/guix/README.md
parent64059b78f59e45cc4200ca76d0af8c6dff8a20d4 (diff)
downloadbitcoin-2f356a0ca8b080c860c8924d201b98f1f9fa0ad5.tar.xz
scripted-diff: Drop Darwin version for better maintainability
-BEGIN VERIFY SCRIPT- sed -i 's/darwin19/darwin/g' $(git grep --files-with-matches 'darwin19') -END VERIFY SCRIPT-
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r--contrib/guix/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md
index 51a034c26e..7cfa0de70f 100644
--- a/contrib/guix/README.md
+++ b/contrib/guix/README.md
@@ -75,7 +75,7 @@ crucial differences:
1. Since only Windows and macOS build outputs require codesigning, the `HOSTS`
environment variable will have a sane default value of `x86_64-w64-mingw32
- x86_64-apple-darwin19` instead of all the platforms.
+ x86_64-apple-darwin` instead of all the platforms.
2. The `guix-codesign` command ***requires*** a `DETACHED_SIGS_REPO` flag.
* _**DETACHED_SIGS_REPO**_
@@ -159,7 +159,7 @@ which case you can override the default list by setting the space-separated
`HOSTS` environment variable:
```sh
-env HOSTS='x86_64-w64-mingw32 x86_64-apple-darwin19' ./contrib/guix/guix-build
+env HOSTS='x86_64-w64-mingw32 x86_64-apple-darwin' ./contrib/guix/guix-build
```
See the [recognized environment variables][env-vars-list] section for more
@@ -224,7 +224,7 @@ details.
_(defaults to "x86\_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu
riscv64-linux-gnu powerpc64-linux-gnu powerpc64le-linux-gnu
- x86\_64-w64-mingw32 x86\_64-apple-darwin19")_
+ x86\_64-w64-mingw32 x86\_64-apple-darwin")_
* _**SOURCES_PATH**_