guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: curl: Remove unused input.


From: guix-commits
Subject: 04/09: gnu: curl: Remove unused input.
Date: Wed, 22 Jan 2020 16:14:51 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 6ab31af7c7fae218388b624af6c092d72b12c5b3
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 22 20:46:34 2020 +0100

    gnu: curl: Remove unused input.
    
    Groff is only needed to build the PDF manual, which we currently do not.
    
    * gnu/packages/curl.scm (curl)[native-inputs]: Remove GROFF.
---
 gnu/packages/curl.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 3d230dc..b2884dd 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -71,12 +71,10 @@
              ("zlib" ,zlib)))
    (native-inputs
      `(("perl" ,perl)
-       ;; to enable the --manual option and make test 1026 pass
-       ("groff" ,groff)
        ("pkg-config" ,pkg-config)
        ("python" ,python-wrapper)))
    (native-search-paths
-    ;; These variables are introduced by libcurl-use-ssl-cert-env.patch.
+    ;; These variables are introduced by curl-use-ssl-cert-env.patch.
     (list (search-path-specification
            (variable "SSL_CERT_DIR")
            (separator #f)                        ;single entry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]