summary refs log tree commit diff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-05-28 10:34:40 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-06-01 20:15:31 +0100
commita0362fdea9369b7927704e48cfc6c578213019ce (patch)
treec369ea80974278d705408a044f2a55077283ebb7 /gnu/packages/web.scm
parentf8072794e4b3cc4e812bd8f52551ab34be206f0e (diff)
downloadguix-a0362fdea9369b7927704e48cfc6c578213019ce.tar.gz
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.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm9
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"