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