guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 08/10] gnu: Add spin2cpp.


From: Ludovic Courtès
Subject: Re: [PATCH 08/10] gnu: Add spin2cpp.
Date: Sat, 31 Dec 2016 01:36:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/embedded.scm (spin2cpp): New variable.

LGTM!

> +         (add-before 'build 'set-cross-environment-variables
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             (setenv "CROSS_LIBRARY_PATH"
> +                     (string-append (assoc-ref inputs "propeller-toolchain")
> +                                    "/propeller-elf/lib"))
> +             (setenv "CROSS_C_INCLUDE_PATH"
> +                     (string-append (assoc-ref inputs "propeller-toolchain")
> +                                    "/propeller-elf/include"))

Too bad we have to repeat this here.



reply via email to

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