diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-25 00:28:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-25 14:07:48 +0100 |
| commit | 4e0f628402ce6548910c22ce0208f7765a6ef24f (patch) | |
| tree | 12349313725fdd2ff60875c254f698a5f67cbba3 /gnu/packages | |
| parent | 444f00b7171dacc52c9c5327cc4f1f596832bf2f (diff) | |
gnu: guile-hoot: Fix build.
* gnu/packages/guile-xyz.scm (guile-hoot)[inputs]: Replace guile-next
by guile-3.0-latest.
Change-Id: Id1e831b7a745dad807f090a16c402fe6a38c4b6e
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -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 b81e6d7e010..757b4837110 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4694,7 +4694,7 @@ serializing continuations or delimited continuations.") `("GUILE_LOAD_COMPILED_PATH" prefix ,(map (lambda (dep) (string-append dep go)) deps))))))))) (native-inputs (list autoconf automake pkg-config texinfo)) - (inputs (list bash-minimal guile-next node)) + (inputs (list bash-minimal guile-3.0-latest node)) (propagated-inputs (list guile-fibers guile-websocket)) (native-search-paths (list (search-path-specification |
