me
/
guix
Archived
1
0
Fork 0

gnu: wget: Drop manual handling of /usr/bin/env.

* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
master
Andreas Enge 2013-02-24 18:06:22 +01:00
parent b5c18c78c2
commit b6f5801e1c
1 changed files with 0 additions and 7 deletions

View File

@ -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")