gnu: Update harfbuzz to 0.9.20.
[jackhill/guix/guix.git] / gnu / packages / wget.scm
index 0436c0d..4daa2d8 100644 (file)
      `(("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 "Non-interactive command-line utility for downloading files")
     (description