[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: axoloti-patcher: Add missing headers.
From: |
guix-commits |
Subject: |
02/02: gnu: axoloti-patcher: Add missing headers. |
Date: |
Tue, 30 Jan 2024 16:45:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f6bbee5f05be8f297aea65013b9f2c679c6bf9aa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 22:44:43 2024 +0100
gnu: axoloti-patcher: Add missing headers.
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Include generic
headers in search paths.
Change-Id: I2e1819966eb657ba4a7e0c823e6686de8599dd9a
---
gnu/packages/axoloti.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm
index 2f8497e3dd..a36210b7d4 100644
--- a/gnu/packages/axoloti.scm
+++ b/gnu/packages/axoloti.scm
@@ -315,6 +315,8 @@ runtime.")
"share/axoloti"))
(toolchain (assoc-ref inputs "cross-toolchain"))
(includes (string-append
+ toolchain
+ "/arm-none-eabi/include/:"
toolchain
"/arm-none-eabi/include/c++:"
toolchain