gnu: gzochi: Switch to Guile 2.2.
* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.master
parent
1798e9ee97
commit
0e4885af02
|
@ -245,7 +245,7 @@ PCM data.")
|
||||||
(native-inputs `(("pkgconfig" ,pkg-config)))
|
(native-inputs `(("pkgconfig" ,pkg-config)))
|
||||||
(inputs `(("bdb" ,bdb)
|
(inputs `(("bdb" ,bdb)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("guile" ,guile-2.0)
|
("guile" ,guile-2.2)
|
||||||
("libmicrohttpd" ,libmicrohttpd)
|
("libmicrohttpd" ,libmicrohttpd)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
|
|
Reference in New Issue