Skip to content

Commit

Permalink
guix: remove cURL from build env
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jun 2, 2023
1 parent e43fdfd commit 641897a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 641897a

Please sign in to comment.