guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: ikiwiki: Revert to standard wrapper.


From: guix-commits
Subject: 01/03: gnu: ikiwiki: Revert to standard wrapper.
Date: Mon, 1 Jun 2020 15:17:37 -0400 (EDT)

pgarlick pushed a commit to branch master
in repository guix.

commit a0362fdea9369b7927704e48cfc6c578213019ce
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Thu May 28 10:34:40 2020 +0100

    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.
---
 gnu/packages/web.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6467184..b020a6f 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]