[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.
- [PATCH 24/43] gnu: ghc-split: Update dependencies., (continued)
- [PATCH 24/43] gnu: ghc-split: Update dependencies., Paul van der Walt, 2015/10/15
- [PATCH 23/43] gnu: ghc-regex-base: New variables., Paul van der Walt, 2015/10/15
- [PATCH 11/43] gnu: ghc-vector: Update to 0.11.0.0., Paul van der Walt, 2015/10/15
- [PATCH 14/43] gnu: ghc-http: Update to 4000.2.20., Paul van der Walt, 2015/10/15
- [PATCH 13/43] gnu: ghc-old-time: Add variable., Paul van der Walt, 2015/10/15
- [PATCH 21/43] gnu: ghc-transformers-compat: New variables., Paul van der Walt, 2015/10/15
- [PATCH 20/43] gnu: ghc-quickcheck-io: Add variable., Paul van der Walt, 2015/10/15
- [PATCH 15/43] gnu: cabal-install: Update to 1.22.6.0., Paul van der Walt, 2015/10/15
- [PATCH 19/43] gnu: ghc-setenv: New variable., Paul van der Walt, 2015/10/15