all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31257] [PATCH] gnu: guile-sdl2: Require guile 2.2.
@ 2018-04-25 10:05 Pierre Neidhardt
  2018-04-25 14:14 ` Thompson, David
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2018-04-25 10:05 UTC (permalink / raw)
  To: 31257

* gnu/packages/sdl.scm (guile-sdl2): Require guile 2.2.
---
 gnu/packages/sdl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 30d18aa1c..7ed4e5ca6 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -502,7 +502,7 @@ sound and device input (keyboards, joysticks, mice, etc.).")
              (string-append "--with-libsdl2-mixer-prefix="
                             (assoc-ref %build-inputs "sdl2-mixer")))))
     (native-inputs
-     `(("guile" ,guile-2.0)
+     `(("guile" ,guile-2.2)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("sdl2" ,sdl2)
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-25 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 10:05 [bug#31257] [PATCH] gnu: guile-sdl2: Require guile 2.2 Pierre Neidhardt
2018-04-25 14:14 ` Thompson, David
2018-04-25 21:12   ` bug#31257: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.