summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-04-30 19:13:38 +0200
committerLudovic Courtès <ludo@gnu.org>2018-04-30 23:41:21 +0200
commit0e4885af027e1036143d302150b48211942a2a67 (patch)
treeae834e7ac8a63c8194c4be15a475ba66aa28a6b5 /gnu/packages/game-development.scm
parent1798e9ee97016ec58dc17ae95a73814e9ebc2ebe (diff)
downloadguix-patches-0e4885af027e1036143d302150b48211942a2a67.tar
guix-patches-0e4885af027e1036143d302150b48211942a2a67.tar.gz
gnu: gzochi: Switch to Guile 2.2.
* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 1374676314..1b92bde7a4 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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)