diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-05-28 10:34:40 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-06-01 20:15:31 +0100 |
commit | a0362fdea9369b7927704e48cfc6c578213019ce (patch) | |
tree | c369ea80974278d705408a044f2a55077283ebb7 | |
parent | f8072794e4b3cc4e812bd8f52551ab34be206f0e (diff) |
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.
-rw-r--r-- | gnu/packages/web.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 64671842a7..b020a6f16a 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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" |