me
/
guix
Archived
1
0
Fork 0

gnu: gzochi: Switch to Guile 2.2.

* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
master
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
1 changed files with 1 additions and 1 deletions

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)