Ricardo Wurmus <rek...@elephly.net> 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