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.
This commit is contained in:
parent
2bb84b8efe
commit
6ab31af7c7
1 changed files with 1 additions and 3 deletions
|
@ -71,12 +71,10 @@
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
;; to enable the --manual option and make test 1026 pass
|
|
||||||
("groff" ,groff)
|
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(native-search-paths
|
(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
|
(list (search-path-specification
|
||||||
(variable "SSL_CERT_DIR")
|
(variable "SSL_CERT_DIR")
|
||||||
(separator #f) ;single entry
|
(separator #f) ;single entry
|
||||||
|
|
Reference in a new issue