diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-03-28 20:44:39 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-03-28 20:44:39 -0400 |
commit | e80e6d4f79d98bd95eb0bbd90fc2a07c22241e83 (patch) | |
tree | 623cc3f1ec7269f61d3a67f7e8c0f0582a8b7f04 /guix.scm | |
parent | c5e5df24c5c00c360e8651c7d4530448a4a6f750 (diff) |
guix: Default to Guile 2.2.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs - `(("guile" ,guile-2.0) + `(("guile" ,guile-2.2) ("sdl2" ,sdl2) ("sdl2-image" ,sdl2-image) ("sdl2-mixer" ,sdl2-mixer) |