mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05: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:
parent
f8072794e4
commit
a0362fdea9
1 changed files with 0 additions and 9 deletions
|
@ -4850,15 +4850,6 @@ (define-public ikiwiki
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue