gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise.
This commit is contained in:
parent
5245399f47
commit
c6726a5f88
|
@ -1359,7 +1359,7 @@ SQL databases. This package implements the interface for SQLite.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.2)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
|
@ -1388,7 +1388,7 @@ library}.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)))
|
`(("guile" ,guile-2.2)))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue