mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: wasm32-wasi-clang: fix build on arm
This was applied in Guix at
ac2306c5ad
and is necessary in nonguix for the same reason.
* nongnu/packages/wasm.scm (wasm32-wasi-clang): Apply patch
clang-17.0-fix-build-with-gcc-14-on-arm.patch
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
cb2d027763
commit
f6767b95f7
1 changed files with 3 additions and 1 deletions
|
|
@ -108,7 +108,9 @@ other APIs.")
|
|||
(define llvm-monorepo (@@ (gnu packages llvm) llvm-monorepo))
|
||||
|
||||
(define-public wasm32-wasi-clang
|
||||
(let ((base (clang-from-llvm llvm-17 wasm32-wasi-clang-runtime)))
|
||||
(let ((base
|
||||
(clang-from-llvm llvm-17 wasm32-wasi-clang-runtime
|
||||
#:patches '("clang-17.0-fix-build-with-gcc-14-on-arm.patch"))))
|
||||
(package (inherit base)
|
||||
(name "wasm32-wasi-clang")
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue