Skip to content

Commit 641897a

Browse files
committed
guix: remove cURL from build env
1 parent e43fdfd commit 641897a

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)