mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ (define-public guile-sdl2
|
||||||
(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 a new issue