3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Alex Kost 2021-11-20 16:21:31 +03:00
parent ca6135b4b6
commit ccaad93d6f
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -542,7 +542,7 @@ Note that 8sync is only available for Guile 2.2.")
(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