diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-22 20:46:34 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-22 22:12:33 +0100 |
commit | 6ab31af7c7fae218388b624af6c092d72b12c5b3 (patch) | |
tree | 35e3e6c933db9e9c40aba0d5f4898b7a58413bc4 /gnu/packages/curl.scm | |
parent | 2bb84b8efe9195549cfd2c30a7b861d33041232d (diff) | |
download | patches-6ab31af7c7fae218388b624af6c092d72b12c5b3.tar patches-6ab31af7c7fae218388b624af6c092d72b12c5b3.tar.gz |
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.
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 3d230dc1f0..b2884ddd82 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 |