On Tue, Apr 19, 2016 at 10:55 AM, Ludovic Courtès <l...@gnu.org> wrote: > Manolis Ragkousis <manolis...@gmail.com> skribis: > >> And I would really prefer if we had a way to explicitly install >> avr-binutils. This way it will be more clear to someone only wanting to >> install this specific package. >> >> We could keep something like this >> >> (define-public avr-binutils >> (package >> (inherit (cross-binutils "avr")) >> (name "avr-binutils"))) > > I see. In that case, that’s a fine thing to do! > > Maybe (define-public avr-binutils (cross-binutils "avr")) is enough > though? Or is its name too wordy?
The name was too wordy, IMO, and it is nice to have consistency with all the avr toolchain components prefixed with "avr-", so I've pushed a patch that simply gives (cross-binutils "avr") a new name. Thanks! - Dave