We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4a8269 + 641897a commit 8cc65f0Copy full SHA for 8cc65f0
contrib/guix/manifest.scm
@@ -11,7 +11,6 @@
11
(gnu packages commencement)
12
(gnu packages compression)
13
(gnu packages cross-base)
14
- (gnu packages curl)
15
(gnu packages file)
16
(gnu packages gawk)
17
(gnu packages gcc)
@@ -257,9 +256,6 @@ and abstract ELF, PE and MachO formats.")
257
256
(build-system cmake-build-system)
258
(inputs
259
`(("openssl", openssl)))
260
- (arguments
261
- '(#:configure-flags
262
- (list "-DCMAKE_DISABLE_FIND_PACKAGE_CURL=TRUE")))
263
(home-page "https://github.com/mtrojnar/osslsigncode")
264
(synopsis "Authenticode signing and timestamping tool")
265
(description "osslsigncode is a small tool that implements part of the
0 commit comments