mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: axoloti-patcher: Add missing headers.
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Include generic headers in search paths. Change-Id: I2e1819966eb657ba4a7e0c823e6686de8599dd9a
This commit is contained in:
parent
c2dc19aecc
commit
f6bbee5f05
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ (define-public axoloti-patcher
|
||||||
"share/axoloti"))
|
"share/axoloti"))
|
||||||
(toolchain (assoc-ref inputs "cross-toolchain"))
|
(toolchain (assoc-ref inputs "cross-toolchain"))
|
||||||
(includes (string-append
|
(includes (string-append
|
||||||
|
toolchain
|
||||||
|
"/arm-none-eabi/include/:"
|
||||||
toolchain
|
toolchain
|
||||||
"/arm-none-eabi/include/c++:"
|
"/arm-none-eabi/include/c++:"
|
||||||
toolchain
|
toolchain
|
||||||
|
|
Loading…
Reference in a new issue