From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmF3E-00027n-KM for guix-patches@gnu.org; Wed, 23 Jan 2019 04:42:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmF1r-0000B8-UT for guix-patches@gnu.org; Wed, 23 Jan 2019 04:41:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42748) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmF1r-00007P-G6 for guix-patches@gnu.org; Wed, 23 Jan 2019 04:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gmF1p-0007BT-P0 for guix-patches@gnu.org; Wed, 23 Jan 2019 04:41:03 -0500 Subject: [bug#34086] [PATCH] Add StepMania Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875zuprduu.fsf@nicolasgoaziou.fr> <87o98bnquh.fsf@gnu.org> <871s55gkhv.fsf@nicolasgoaziou.fr> <20190122192442.GE25842@jasmine.lan> <87muns1i8t.fsf@nicolasgoaziou.fr> Date: Wed, 23 Jan 2019 10:40:31 +0100 In-Reply-To: <87muns1i8t.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 22 Jan 2019 22:42:58 +0100") Message-ID: <87fttjiueo.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: Nicolas Goaziou Cc: 34086@debbugs.gnu.org Hi Nicolas, Nicolas Goaziou skribis: > From 00196d57d6987ed4e93d5cd51af3a4c2d20cc7f3 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sun, 11 Nov 2018 00:43:34 +0100 > Subject: [PATCH] gnu: Add stepmania. > > * gnu/packages/games.scm (stepmania): > * gnu/packages/video.scm (ffmpeg-for-stepmania): New variables. [...] > +(define-public ffmpeg-for-stepmania > + (hidden-package > + (inherit ffmpeg) > + (version "2.1.3") I=E2=80=99m pretty sure this doesn=E2=80=99t evaluate, does it? :-) Should be: (hidden-package (package (inherit ffmpeg) =E2=80=A6)) Apart from that, could you please add the explanation and/or a link to an upstream discussion summarizing what you described regarding this choice of a custom FFMpeg variant? OK with this changes! Thanks, Ludo=E2=80=99.