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
No known key found for this signature in database
GPG Key ID: AAC7E891896B568A
1 changed files with 0 additions and 9 deletions

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"