diff options
author | fanquake <fanquake@gmail.com> | 2023-06-06 10:39:24 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-06-06 10:39:58 +0100 |
commit | 8cc65f093c0cf7a27b3bfc6da90fd7a6ac8f5e48 (patch) | |
tree | 6697af7f23440aecb0436d463e9f64d1f1939d8d | |
parent | f4a8269dfc144cc918570bdb870aa5143a11c1fe (diff) | |
parent | 641897a83dc9d40b618efbae67c3beb90a1f34f8 (diff) |
Merge bitcoin/bitcoin#27779: guix: remove cURL from build env
641897a83dc9d40b618efbae67c3beb90a1f34f8 guix: remove cURL from build env (fanquake)
Pull request description:
Remove cURL & osslsigncode option.
ACKs for top commit:
hebasto:
ACK 641897a83dc9d40b618efbae67c3beb90a1f34f8
TheCharlatan:
ACK 641897a83dc9d40b618efbae67c3beb90a1f34f8
Tree-SHA512: f917afe5aaffa8436009c63ace4a78ed3bc8a13fffeb12db2c12204f603fbd05f975f798c1bccaefa22b6131c91415477c115921dfe89f8fa064aab82bcd4a6f
-rw-r--r-- | contrib/guix/manifest.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 54ddd47353..f1c2854d09 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -11,7 +11,6 @@ (gnu packages commencement) (gnu packages compression) (gnu packages cross-base) - (gnu packages curl) (gnu packages file) (gnu packages gawk) (gnu packages gcc) @@ -257,9 +256,6 @@ and abstract ELF, PE and MachO formats.") (build-system cmake-build-system) (inputs `(("openssl", openssl))) - (arguments - '(#:configure-flags - (list "-DCMAKE_DISABLE_FIND_PACKAGE_CURL=TRUE"))) (home-page "https://github.com/mtrojnar/osslsigncode") (synopsis "Authenticode signing and timestamping tool") (description "osslsigncode is a small tool that implements part of the |