1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

gnu: ikiwiki: Revert to standard wrapper.

* gnu/packages/web.scm (ikiwiki)[arguments]: Remove
unnecessary 'include-PERL5LIB-in-wrapper' phase.  The PERL5LIB
environment variable may be set in the user's setup file instead.
This commit is contained in:
Paul Garlick
2020-05-28 10:34:40 +01:00
parent f8072794e4
commit a0362fdea9
-9
View File
@@ -4850,15 +4850,6 @@ NetSurf project.")
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'include-PERL5LIB-in-wrapper
(lambda _
(substitute* "IkiWiki/Wrapper.pm"
(("^@wrapper\\_hooks")
(string-append
"@wrapper_hooks\n"
" addenv(\"PERL5LIB\", \""
(getenv "PERL5LIB")
"\");")))))
(add-after 'patch-source-shebangs 'patch-Makefiles
(lambda _
(substitute* "Makefile.PL"