[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31257: [PATCH] gnu: guile-sdl2: Require guile 2.2.
From: |
Ludovic Courtès |
Subject: |
bug#31257: [PATCH] gnu: guile-sdl2: Require guile 2.2. |
Date: |
Wed, 25 Apr 2018 23:12:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
"Thompson, David" <address@hidden> skribis:
> On Wed, Apr 25, 2018 at 6:05 AM, Pierre Neidhardt <address@hidden> 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’.