guix-devel
[Top][All Lists]
Advanced

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

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


From: Christopher Baines
Subject: Re: 01/03: gnu: ikiwiki: Revert to standard wrapper.
Date: Tue, 02 Jun 2020 09:26:06 +0100
User-agent: mu4e 1.2.0; emacs 26.3

guix-commits@gnu.org writes:

> 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"

Hi Paul,

So if I remember correctly, this was added so that the Ikiwiki CGI
functionality works, and the commit message mentions this [1]

1: 
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f4dd303282dc0bfd88606e383c0cf98f3742f771

Can you confirm if this is still the case with this change?

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


reply via email to

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