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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user