unofficial mirror of guix-patches@gnu.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

* [bug#31257] [PATCH] gnu: guile-sdl2: Require guile 2.2.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Thompson, David @ 2018-04-25 14:14 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 31257

On Wed, Apr 25, 2018 at 6:05 AM, Pierre Neidhardt <ambrevar@gmail.com> wrote:
> * 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

Looks good to me. I think we missed this one while we made Guile 2.2
the default since it wasn't with all the other Guile library packages.

Could someone push this to master for me?

- Dave

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

* bug#31257: [PATCH] gnu: guile-sdl2: Require guile 2.2.
  2018-04-25 14:14 ` Thompson, David
@ 2018-04-25 21:12   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-04-25 21:12 UTC (permalink / raw)
  To: Thompson, David; +Cc: 31257-done, Pierre Neidhardt

"Thompson, David" <dthompson2@worcester.edu> skribis:

> On Wed, Apr 25, 2018 at 6:05 AM, Pierre Neidhardt <ambrevar@gmail.com> wrote:
>> * 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
>
> Looks good to me. I think we missed this one while we made Guile 2.2
> the default since it wasn't with all the other Guile library packages.
>
> Could someone push this to master for me?

Done, thanks!

Ludo’.

^ permalink raw reply	[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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).