diff options
author | Andreas Enge <andreas@enge.fr> | 2013-02-24 18:06:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-02-24 18:07:50 +0100 |
commit | b6f5801e1c74f26b2884a51e292876f28ff25393 (patch) | |
tree | 6821194b272ebba54526bc263bbe7987d1a48028 /gnu/packages/wget.scm | |
parent | b5c18c78c2ff53fe3d489120d50f3732ee36d939 (diff) | |
download | patches-b6f5801e1c74f26b2884a51e292876f28ff25393.tar patches-b6f5801e1c74f26b2884a51e292876f28ff25393.tar.gz |
gnu: wget: Drop manual handling of /usr/bin/env.
* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index ea31a1e70d..1f2f53c97f 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -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") |