guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/5] gnu: Add avr-binutils.


From: Thompson, David
Subject: Re: [PATCH 1/5] gnu: Add avr-binutils.
Date: Mon, 30 May 2016 13:38:45 -0400

On Tue, Apr 19, 2016 at 10:55 AM, Ludovic Courtès <address@hidden> wrote:
> Manolis Ragkousis <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]