On Tue, Apr 19, 2016 at 10:55 AM, Ludovic Courtès wrote:
> Manolis Ragkousis 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 li
Manolis Ragkousis skribis:
> On 04/14/16 20:04, Ludovic Courtès wrote:
>
>> AFAICS --target=avr is redundant:
>>
>> --8<---cut here---start->8---
>> $ git describe
>> v0.10.0-204-ga2d0e20
>> $ wget -q -O - $(./pre-inst-env guix build --log-file -e '((@ (gnu pa
Hey Ludo,
On 04/14/16 20:04, Ludovic Courtès wrote:
> AFAICS --target=avr is redundant:
>
> --8<---cut here---start->8---
> $ git describe
> v0.10.0-204-ga2d0e20
> $ wget -q -O - $(./pre-inst-env guix build --log-file -e '((@ (gnu packages
> cross-base) cross
David Thompson skribis:
> * gnu/packages/avr.scm (avr-binutils): New variable.
[...]
> +(define-public avr-binutils
> + (package
> +(inherit (cross-binutils "avr"))
> +(name "avr-binutils")
> +(arguments
> + '(#:configure-flags '("--target=avr"
> + "--
* gnu/packages/avr.scm (avr-binutils): New variable.
---
gnu/packages/avr.scm | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index d59816b..b30c64e 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -1,6 +1,7