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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user