1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guile-hall: Fix build.

* gnu/packages/guile-xyz.scm (guile-hall)
[native-inputs, inputs]: Replace guile-3.0 with guile-3.0-latest.

Change-Id: I16a86960b0f029283f4317578226679858d86d06
This commit is contained in:
Maxim Cournoyer
2026-03-10 18:10:57 +09:00
parent c4eee43185
commit 4b51102d42

View File

@@ -2800,12 +2800,12 @@ above command-line parameters.")
(list autoconf
automake
gettext-minimal
guile-3.0
guile-3.0-latest ;to match the Guile version used by Guix
pkg-config
texinfo))
(inputs
(list bash-minimal
guile-3.0
guile-3.0-latest
guile-config
guile-lib
guix))