gnu: gwl: Build with Guile 3.
* gnu/packages/package-management.scm (gwl)[inputs]: Replace guile-2.2 with guile-3.0. [propagated-inputs]: Replace guix, guile-commonmark, guile-gcrypt, guile-pfds, guile-syntax-highlight, and guile-wisp with their Guile 3.0 variants.
This commit is contained in:
parent
5479cef8ef
commit
bfb6c393b9
1 changed files with 7 additions and 7 deletions
|
@ -803,14 +803,14 @@ written entirely in Python.")))
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("graphviz" ,graphviz)))
|
("graphviz" ,graphviz)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.2)))
|
`(("guile" ,guile-3.0)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guix" ,guix)
|
`(("guix" ,guile3.0-guix)
|
||||||
("guile-commonmark" ,guile-commonmark)
|
("guile-commonmark" ,guile3.0-commonmark)
|
||||||
("guile-gcrypt" ,guile-gcrypt)
|
("guile-gcrypt" ,guile3.0-gcrypt)
|
||||||
("guile-pfds" ,guile-pfds)
|
("guile-pfds" ,guile3.0-pfds)
|
||||||
("guile-syntax-highlight" ,guile-syntax-highlight)
|
("guile-syntax-highlight" ,guile3.0-syntax-highlight)
|
||||||
("guile-wisp" ,guile-wisp)))
|
("guile-wisp" ,guile3.0-wisp)))
|
||||||
(home-page "https://workflows.guix.info")
|
(home-page "https://workflows.guix.info")
|
||||||
(synopsis "Workflow management extension for GNU Guix")
|
(synopsis "Workflow management extension for GNU Guix")
|
||||||
(description "The @dfn{Guix Workflow Language} (GWL) provides an
|
(description "The @dfn{Guix Workflow Language} (GWL) provides an
|
||||||
|
|
Reference in a new issue