Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-14 Thread Thompson, David
Leo, I had to revert this patch as it caused a rebuild of over 700 packages. We should target core-updates instead. Building the following 358 packages would ensure 737 dependent packages are rebuilt: smproxy-1.0.6 xinit-1.3.4 lsh-2.1 xkill-1.0.4 xrdb-1.1.0 xsetroot-1.1.1 x11perf-1.6.0 xhost-1.0.

Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-03 Thread Leo Famulari
On Sun, Apr 03, 2016 at 08:29:22PM +0200, Tobias Geerinckx-Rice wrote: > Hullo Leo, > > Thanks, as always, for the review! > > On 03/04/16 02:53, Leo Famulari wrote: > > On Sat, Apr 02, 2016 at 03:29:33PM +0200, Tobias Geerinckx-Rice wrote: > >> + (add-after > >> +

Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-03 Thread Tobias Geerinckx-Rice
Hullo Leo, Thanks, as always, for the review! On 03/04/16 02:53, Leo Famulari wrote: > On Sat, Apr 02, 2016 at 03:29:33PM +0200, Tobias Geerinckx-Rice wrote: >> + (add-after >> + 'install 'move-static-libraries > > How about calling the phase 'install-static' a

Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-02 Thread Leo Famulari
On Sat, Apr 02, 2016 at 03:29:33PM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/linux.scm: (util-linux)[outputs]: New field. > [arguments]: Remove "--disable-static" configure flag. > Add 'move-static-libraries phase. > --- > gnu/packages/linux.scm | 16 +--- > 1 file chang

Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-02 Thread Leo Famulari
On Sat, Apr 02, 2016 at 03:29:33PM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/linux.scm: (util-linux)[outputs]: New field. > [arguments]: Remove "--disable-static" configure flag. > Add 'move-static-libraries phase. Cool, it's always interesting to see how someone else implements the

[PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-02 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm: (util-linux)[outputs]: New field. [arguments]: Remove "--disable-static" configure flag. Add 'move-static-libraries phase. --- gnu/packages/linux.scm | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/pac