Ricardo Wurmus <rek...@elephly.net> 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. > + (native-inputs > + `(("bison" ,bison) > + ("flex" ,flex) > + ("texinfo" ,texinfo) > + ("dejagnu" ,dejagnu) The test failures you see are because you added DejaGNU here. The other Binutils instances don’t have it, so few tests are run I guess. :-) If this is not needed for bootstrapping, I’d suggest removing it. Otherwise LGTM, thanks!