diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-07-19 14:32:14 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-07-19 14:32:54 -0400 |
commit | e31299010f6b8ccb3ccd1cc34a0d03483387ea36 (patch) | |
tree | 137d5460d52bae4e3699067d61cbd5aff3507f7a /gnu/packages/guile-xyz.scm | |
parent | 4fd833241d36325dda2ef2c3068087f4096b4d8a (diff) | |
download | guix-e31299010f6b8ccb3ccd1cc34a0d03483387ea36.tar guix-e31299010f6b8ccb3ccd1cc34a0d03483387ea36.tar.gz |
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
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3ce4f6a8d6..8ad790aa06 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3537,7 +3537,7 @@ from @code{tree-il}.") (native-inputs (list autoconf automake pkg-config texinfo)) (inputs - (list guile-next)) + (list guile-3.0-latest)) (synopsis "WebAssembly compiler backend for Guile") (description "Guile Hoot is a WebAssembly compiler backend for GNU Guile and standalone WASM toolchain.") |