mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public guile-daemon
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.2)))
|
||||
`(("guile" ,guile-3.0)))
|
||||
(home-page "https://github.com/alezost/guile-daemon")
|
||||
(synopsis "Evaluate code in a running Guile process")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue