me
/
guix
Archived
1
0
Fork 0

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
master
David Thompson 2024-07-19 14:32:14 -04:00
parent 4fd833241d
commit e31299010f
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 1 additions and 1 deletions

View File

@ -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.")