Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread Leo Famulari
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

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread Leo Famulari
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

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread Marius Bakke
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

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread ng0
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)

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread Ludovic Courtès
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

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread ng0
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

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-04 Thread Leo Famulari
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 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-01 Thread ng0
* 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