gnu: surfraw: Point to the correct Perl executable.

* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl
in a 'patch-perl' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Mark Meyer 2018-01-04 18:17:38 +01:00 committed by Leo Famulari
parent ab2a4f8884
commit 72687ca5d2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -4765,6 +4765,13 @@ (define-public surfraw
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-perl
(lambda* (#:key inputs #:allow-other-keys)
(let ((perl (assoc-ref inputs "perl")))
(substitute* "surfraw.IN"
(("perl -e")
(string-append perl "/bin/perl -e")))
#t)))
(add-after 'install 'compress-elvi.1sr
(lambda* (#:key outputs #:allow-other-keys)
;; The manpages of the elvis are symlinks to elvi.1sr.gz