On Thu, Jan 05, 2017 at 02:50:05PM +0100, Marius Bakke wrote:
> There was a discussion about making "substitute*" return #t if one or
> more substitutions were done, is that implemented yet? If not, please
> make sure phases end on a truthy value :-)
Done!
signature.asc
Description: PGP signatur
On Thu, Jan 05, 2017 at 11:36:55AM +0100, Ludovic Courtès wrote:
> Leo Famulari skribis:
> > On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
> > + (modify-phases %standard-phases
> > + (add-before 'check 'pre-check
> > + (lambda* (#:key inputs #:allow-other-
Leo Famulari writes:
> On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
>> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
>> [arguments]: Use 'modify-phases'.
>
>> + ("help2man" ,help2man) ;because we modify ltmain.sh
>
> This should go in the other patch, ri
Ludovic Courtès writes:
> Leo Famulari skribis:
>
>> On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
>>> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
>>> [arguments]: Use 'modify-phases'.
>>
>>> + ("help2man" ,help2man) ;because we modify ltmain.sh
>>
>>
Leo Famulari skribis:
> On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
>> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
>> [arguments]: Use 'modify-phases'.
>
>> + ("help2man" ,help2man) ;because we modify ltmain.sh
>
> This should go in the other patch, r
Leo Famulari writes:
> On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
>> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
>> [arguments]: Use 'modify-phases'.
>
>> + ("help2man" ,help2man) ;because we modify ltmain.sh
>
> This should go in the other patch, ri
On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote:
> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
> [arguments]: Use 'modify-phases'.
> + ("help2man" ,help2man) ;because we modify ltmain.sh
This should go in the other patch, right?
I attached a revised patch
* gnu/packages/autotools.scm (libtool): Use 'modify-phases'.
[arguments]: Use 'modify-phases'.
---
gnu/packages/autotools.scm | 32 ++--
1 file changed, 18 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 72492e7