emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28880: closed ([PATCH] gnu: Patch ikiwiki to set P


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28880: closed ([PATCH] gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper.)
Date: Sun, 19 Nov 2017 09:20:02 +0000

Your message dated Sun, 19 Nov 2017 09:19:07 +0000
with message-id <address@hidden>
and subject line Re: [bug#28880] [PATCH] gnu: Patch ikiwiki to set PERL5LIB in 
the CGI wrapper.
has caused the debbugs.gnu.org bug report #28880,
regarding [PATCH] gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28880
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper. Date: Tue, 17 Oct 2017 22:07:41 +0100
This helps with CGI support.

* gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper
  phase.
---
 gnu/packages/web.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 41e52756e..5c633d6bf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4195,6 +4195,15 @@ NetSurf project.")
        #:tests? #f
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'include-PERL5LIB-in-wrapper
+           (lambda _
+             (substitute* "IkiWiki/Wrapper.pm"
+               (("address@hidden")
+                (string-append
+                 "@wrapper_hooks\n"
+                 "        addenv(\"PERL5LIB\", \""
+                 (getenv "PERL5LIB")
+                 "\");")))))
          (add-after 'install 'wrap-programs
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out  (assoc-ref outputs "out"))
-- 
2.14.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28880] [PATCH] gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper. Date: Sun, 19 Nov 2017 09:19:07 +0000
On Thu, 19 Oct 2017 09:35:34 +0200
address@hidden (Ludovic Courtès) wrote:

> Christopher Baines <address@hidden> skribis:
> 
> > This helps with CGI support.
> >
> > * gnu/packages/web.scm (ikiwik)[arguments]: Add
> > 'include-PERL5LIB-in-wrapper phase.  
> 
> LGTM, thanks!

Thanks for reviewing, I've finally got around to pushing this :)

Attachment: pgpnhPlTenaoQ.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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