mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: wasm32-wasi-clang: Update to 17.0.6.
* nongnu/packages/wasm.scm (wasm32-wasi-clang): Base on llvm-17. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
93ff3a38b3
commit
e6596d523c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ other APIs.")
|
|||
(define llvm-monorepo (@@ (gnu packages llvm) llvm-monorepo))
|
||||
|
||||
(define-public wasm32-wasi-clang
|
||||
(let ((base (clang-from-llvm llvm-15 wasm32-wasi-clang-runtime)))
|
||||
(let ((base (clang-from-llvm llvm-17 wasm32-wasi-clang-runtime)))
|
||||
(package (inherit base)
|
||||
(name "wasm32-wasi-clang")
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue