Skip to content

Commit 8cc65f0

Browse files
committed
Merge bitcoin/bitcoin#27779: guix: remove cURL from build env
641897a guix: remove cURL from build env (fanquake) Pull request description: Remove cURL & osslsigncode option. ACKs for top commit: hebasto: ACK 641897a TheCharlatan: ACK 641897a Tree-SHA512: f917afe5aaffa8436009c63ace4a78ed3bc8a13fffeb12db2c12204f603fbd05f975f798c1bccaefa22b6131c91415477c115921dfe89f8fa064aab82bcd4a6f
2 parents f4a8269 + 641897a commit 8cc65f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/guix/manifest.scm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
(gnu packages commencement)
1212
(gnu packages compression)
1313
(gnu packages cross-base)
14-
(gnu packages curl)
1514
(gnu packages file)
1615
(gnu packages gawk)
1716
(gnu packages gcc)
@@ -257,9 +256,6 @@ and abstract ELF, PE and MachO formats.")
257256
(build-system cmake-build-system)
258257
(inputs
259258
`(("openssl", openssl)))
260-
(arguments
261-
'(#:configure-flags
262-
(list "-DCMAKE_DISABLE_FIND_PACKAGE_CURL=TRUE")))
263259
(home-page "https://github.com/mtrojnar/osslsigncode")
264260
(synopsis "Authenticode signing and timestamping tool")
265261
(description "osslsigncode is a small tool that implements part of the

0 commit comments

Comments
 (0)