mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: guile-hoot: Build against guile-3.0-latest.
* gnu/packages/guile-xyz.scm (guile-hoot)[inputs]: Replace guile-next with guile-3.0-latest. Change-Id: I5f0d2e07893ee587cc8e88df40c6f3da1a7a17cc
This commit is contained in:
parent
4fd833241d
commit
e31299010f
1 changed files with 1 additions and 1 deletions
|
@ -3537,7 +3537,7 @@ (define-public guile-hoot
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config texinfo))
|
(list autoconf automake pkg-config texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-next))
|
(list guile-3.0-latest))
|
||||||
(synopsis "WebAssembly compiler backend for Guile")
|
(synopsis "WebAssembly compiler backend for Guile")
|
||||||
(description "Guile Hoot is a WebAssembly compiler backend for GNU Guile
|
(description "Guile Hoot is a WebAssembly compiler backend for GNU Guile
|
||||||
and standalone WASM toolchain.")
|
and standalone WASM toolchain.")
|
||||||
|
|
Loading…
Reference in a new issue