Re: [PATCH 02/10] gnu: Add propeller-binutils.

2017-01-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: [...] >>> + (native-inputs >>> + `(("bison" ,bison) >>> + ("flex" ,flex) >>> + ("texinfo" ,texinfo) >>> + ("dejagnu" ,dejagnu) >> >> The test failures you see are because you added DejaGNU here. The other >>

Re: [PATCH 02/10] gnu: Add propeller-binutils.

2016-12-31 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/embedded.scm (propeller-binutils): New variable. > > [...] > >> + ,@(substitute-keyword-arguments (package-arguments xbinutils) >> + ((#:configure-flags flags) >> + `(cons "--disable-nls" ,fla

Re: [PATCH 02/10] gnu: Add propeller-binutils.

2016-12-30 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/embedded.scm (propeller-binutils): New variable. [...] > + ,@(substitute-keyword-arguments (package-arguments xbinutils) > + ((#:configure-flags flags) > + `(cons "--disable-nls" ,flags) That shouldn't be needed. >

[PATCH 02/10] gnu: Add propeller-binutils.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-binutils): New variable. --- gnu/packages/embedded.scm | 48 +++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index bd064e6..150f4af 100644 --- a/gnu/packages/