From 641897a83dc9d40b618efbae67c3beb90a1f34f8 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 30 May 2023 11:26:48 +0100 Subject: guix: remove cURL from build env --- contrib/guix/manifest.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/guix/manifest.scm') 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 -- cgit v1.2.3