gnu: guile-sdl2: Require guile 2.2.
* gnu/packages/sdl.scm (guile-sdl2)[inputs]: Replace GUILE-2.0 with GUILE-2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a0bee5e769
commit
37b9be5878
|
@ -502,7 +502,7 @@ sound and device input (keyboards, joysticks, mice, etc.).")
|
||||||
(string-append "--with-libsdl2-mixer-prefix="
|
(string-append "--with-libsdl2-mixer-prefix="
|
||||||
(assoc-ref %build-inputs "sdl2-mixer")))))
|
(assoc-ref %build-inputs "sdl2-mixer")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.2)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl2" ,sdl2)
|
`(("sdl2" ,sdl2)
|
||||||
|
|
Loading…
Reference in New Issue