diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-04-30 19:13:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-04-30 23:41:21 +0200 |
commit | 0e4885af027e1036143d302150b48211942a2a67 (patch) | |
tree | ae834e7ac8a63c8194c4be15a475ba66aa28a6b5 | |
parent | 1798e9ee97016ec58dc17ae95a73814e9ebc2ebe (diff) | |
download | guix-0e4885af027e1036143d302150b48211942a2a67.tar guix-0e4885af027e1036143d302150b48211942a2a67.tar.gz |
gnu: gzochi: Switch to Guile 2.2.
* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
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) |