diff options
-rw-r--r-- | guix.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -62,7 +62,7 @@ (package-inputs p))))) (define (package-with-guile-2.2 p) - (package-with-guile p guile-2.2)) + (package-with-guile p guile-2.2.3)) (define guile-sdl2 (let ((commit "3b814d7eb0b60c691803aa8681bcbd222acac36d")) @@ -106,7 +106,7 @@ ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs - `(("guile" ,guile-2.2) + `(("guile" ,guile-2.2.3) ("sdl2" ,sdl2) ("sdl2-image" ,sdl2-image) ("sdl2-mixer" ,sdl2-mixer) @@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.") ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs - `(("guile" ,guile-2.2))) + `(("guile" ,guile-2.2.3))) (propagated-inputs `(("guile-opengl" ,(package-with-guile-2.2 guile-opengl)) ("guile-sdl2" ,guile-sdl2))) |