~ruther/guix-local

1adf1e36d27388df04d6873c3f58d7851a9a04b9 — Ricardo Wurmus 2 years ago a512bbd
gnu: axoloti-patcher: Fix include paths.

* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Add missing "c++"
sub-directory to search paths.

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

M gnu/packages/axoloti.scm
M gnu/packages/axoloti.scm => gnu/packages/axoloti.scm +2 -2
@@ 320,9 320,9 @@ runtime.")
                            (toolchain (assoc-ref inputs "cross-toolchain"))
                            (includes  (string-append
                                        toolchain
                                        "/arm-none-eabi/include:"
                                        "/arm-none-eabi/include/c++:"
                                        toolchain
                                        "/arm-none-eabi/include/arm-none-eabi/armv7e-m")))
                                        "/arm-none-eabi/include/c++/arm-none-eabi/armv7e-m")))
                       (display
                        (string-append "#!" (which "sh") "\n"
                                       "export CROSS_CPATH=" includes "\n"