gnu: guile-daemon: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-daemon)[inputs]: Use guile-3.0 as "guile".
This commit is contained in:
parent
ca6135b4b6
commit
ccaad93d6f
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ Note that 8sync is only available for Guile 2.2.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.2)))
|
`(("guile" ,guile-3.0)))
|
||||||
(home-page "https://github.com/alezost/guile-daemon")
|
(home-page "https://github.com/alezost/guile-daemon")
|
||||||
(synopsis "Evaluate code in a running Guile process")
|
(synopsis "Evaluate code in a running Guile process")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue