From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41076) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbLQq-0002AC-Jt for guix-patches@gnu.org; Thu, 13 Jun 2019 04:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbLQo-0003l2-Mg for guix-patches@gnu.org; Thu, 13 Jun 2019 04:50:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbLQo-0003kn-Gv for guix-patches@gnu.org; Thu, 13 Jun 2019 04:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbLQo-0007MT-DK for guix-patches@gnu.org; Thu, 13 Jun 2019 04:50:02 -0400 Subject: [bug#36049] [PATCH] Add Ri-li Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87imtox5uc.fsf@nicolasgoaziou.fr> Date: Thu, 13 Jun 2019 10:49:38 +0200 In-Reply-To: <87imtox5uc.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 02 Jun 2019 01:07:23 +0200") Message-ID: <87blz16fa5.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: 36049@debbugs.gnu.org Hi Nicolas, Nicolas Goaziou skribis: >>>From 05d43ade01c809d25d675e255468d1c85b877635 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sun, 2 Jun 2019 01:03:08 +0200 > Subject: [PATCH] gnu: Add ri-li. > > * gnu/packages/games.scm (ri-li): New variable. [...] > + (uri (string-append "mirror://sourceforge/ri-li/" > + "Ri-li%20Linux_Unix/Ri-li%20V" version= "/" > + "Ri-li-" version ".tar.bz2")) > + (sha256 > + (base32 > + "1gcdsgnnbbn1mb1hkpwniv3fhkaj1nn8gq33v5c16q3wqchcq77p")) > + ;; Taken from > + ;; . > + ;; It doesn't build otherwise. > + (patches (search-patches "ri-li-modernize_cpp.patch")))) Looks like you forgot the patch in this patch. :-) The rest LGTM. Ludo=E2=80=99.