3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gzochi: Switch to Guile 2.2.

* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
This commit is contained in:
Ludovic Courtès 2018-04-30 19:13:38 +02:00
parent 1798e9ee97
commit 0e4885af02
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)