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’.