~ruther/guix-local

f6bbee5f05be8f297aea65013b9f2c679c6bf9aa — Ricardo Wurmus 2 years ago c2dc19a
gnu: axoloti-patcher: Add missing headers.

* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Include generic
headers in search paths.

Change-Id: I2e1819966eb657ba4a7e0c823e6686de8599dd9a
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/axoloti.scm
M gnu/packages/axoloti.scm => gnu/packages/axoloti.scm +2 -0
@@ 316,6 316,8 @@ runtime.")
                              (toolchain (assoc-ref inputs "cross-toolchain"))
                              (includes  (string-append
                                          toolchain
                                          "/arm-none-eabi/include/:"
                                          toolchain
                                          "/arm-none-eabi/include/c++:"
                                          toolchain
                                          "/arm-none-eabi/include/c++/arm-none-eabi/armv7e-m")))