gnu: wget: Drop manual handling of /usr/bin/env.
* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
This commit is contained in:
parent
b5c18c78c2
commit
b6f5801e1c
|
@ -43,13 +43,6 @@
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("gettext" ,guix:gettext)))
|
("gettext" ,guix:gettext)))
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(alist-cons-before 'build 'patch-/usr/bin/env
|
|
||||||
(lambda _
|
|
||||||
(for-each patch-shebang
|
|
||||||
'("doc/texi2pod.pl" "tests/run-px")))
|
|
||||||
%standard-phases)))
|
|
||||||
(home-page "http://www.gnu.org/software/wget/")
|
(home-page "http://www.gnu.org/software/wget/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"GNU Wget, a tool for retrieving files using HTTP, HTTPS, and FTP")
|
"GNU Wget, a tool for retrieving files using HTTP, HTTPS, and FTP")
|
||||||
|
|
Loading…
Reference in New Issue