From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBRir-0005WZ-Aa for guix-patches@gnu.org; Wed, 25 Apr 2018 17:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBRio-0000GN-5Z for guix-patches@gnu.org; Wed, 25 Apr 2018 17:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBRio-0000GE-24 for guix-patches@gnu.org; Wed, 25 Apr 2018 17:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBRin-0008Vl-TK for guix-patches@gnu.org; Wed, 25 Apr 2018 17:13:01 -0400 Subject: bug#31257: [PATCH] gnu: guile-sdl2: Require guile 2.2. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) In-Reply-To: (David Thompson's message of "Wed, 25 Apr 2018 10:14:36 -0400") References: <20180425100539.32529-1-ambrevar@gmail.com> Date: Wed, 25 Apr 2018 23:12:36 +0200 Message-ID: <87k1svng6z.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: "Thompson, David" Cc: 31257-done@debbugs.gnu.org, Pierre Neidhardt "Thompson, David" skribis: > On Wed, Apr 25, 2018 at 6:05 AM, Pierre Neidhardt wr= ote: >> * 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=3D" >> (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=E2=80=99.