Re: [PATCH] gnu: Add detox.

2014-08-12 Thread Ludovic Courtès
Eric Bavier skribis: > Ludovic Courtès writes: > >> Eric Bavier skribis: >> >>> +(inputs >>> + `(("flex" ,flex) >>> + ("popt" ,popt))) >> >> Flex should be a native input, and I think popt too (it’s a program used >> at build time, right?). > > Both flex and popt are used in this c

Re: [PATCH] gnu: Add detox.

2014-08-12 Thread Eric Bavier
Ludovic Courtès writes: > Eric Bavier skribis: > >> +(inputs >> + `(("flex" ,flex) >> + ("popt" ,popt))) > > Flex should be a native input, and I think popt too (it’s a program used > at build time, right?). Both flex and popt are used in this case for their runtime libraries (lib

Re: [PATCH] gnu: Add detox.

2014-08-12 Thread Ludovic Courtès
Eric Bavier skribis: > +(inputs > + `(("flex" ,flex) > + ("popt" ,popt))) Flex should be a native input, and I think popt too (it’s a program used at build time, right?). > +(synopsis "Clean up filenames") “file names”. Thanks, Ludo’.

[PATCH] gnu: Add detox.

2014-08-11 Thread Eric Bavier
From f6c03d2532c61a7de2a0875b730db21521e2f45c Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Tue, 12 Aug 2014 01:30:27 -0500 Subject: [PATCH] gnu: Add detox. * gnu/packages/admin.scm (detox): New variable. --- gnu/packages/admin.scm | 29 + 1 file changed, 29