gnu: wget: Drop manual handling of /usr/bin/env.
* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.master
parent
b5c18c78c2
commit
b6f5801e1c
|
@ -43,13 +43,6 @@
|
|||
`(("gnutls" ,gnutls)
|
||||
("perl" ,perl)
|
||||
("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/")
|
||||
(synopsis
|
||||
"GNU Wget, a tool for retrieving files using HTTP, HTTPS, and FTP")
|
||||
|
|
Reference in New Issue