guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 13/43] gnu: ghc-old-time: Add variable.


From: Paul van der Walt
Subject: Re: [PATCH 13/43] gnu: ghc-old-time: Add variable.
Date: Tue, 20 Oct 2015 15:48:23 +0200

On 2015-10-19 at 15:46, quoth Eric Bavier:
> First line of commit message should rather be:
>
> "gnu: Add ghc-old-time"

Done.

>> +    (arguments
>> +     `(#:phases
>> +       (alist-cons-before
>> +        'configure 'fix-/bin/sh
>> +        (lambda _
>> +          ;; Use `sh', not `/bin/sh'.
>> +          (substitute* (find-files "." "Makefile|configure")
>> +            (("/bin/sh")
>> +             "sh")))
>
> Is this not already handled by the 'patch-source-shebangs' and
> 'patch-generated-file-shebangs' phases?

Nope, that didn't do the trick.  There were one or two packages where i
encountered that issue.

> This package is used in the "gnu: ghc-xmonad-contrib: Update to
> version 0.11.4." patch, so it should be moved before it.

Done.



reply via email to

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