From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSqgH-0002bJ-Ka for guix-patches@gnu.org; Sat, 23 Dec 2017 15:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqgE-0005Yq-HC for guix-patches@gnu.org; Sat, 23 Dec 2017 15:46:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSqgE-0005YY-D3 for guix-patches@gnu.org; Sat, 23 Dec 2017 15:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSqgE-0002y1-0X for guix-patches@gnu.org; Sat, 23 Dec 2017 15:46:02 -0500 Subject: [bug#29827] open-adventure: Fix comment. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSqf9-00026z-4t for guix-patches@gnu.org; Sat, 23 Dec 2017 15:44:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqf6-0003ft-3N for guix-patches@gnu.org; Sat, 23 Dec 2017 15:44:55 -0500 Received: from aibo.runbox.com ([91.220.196.211]:33990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSqf5-0003c0-R9 for guix-patches@gnu.org; Sat, 23 Dec 2017 15:44:52 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSqf2-0002nh-PT for guix-patches@gnu.org; Sat, 23 Dec 2017 21:44:48 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSqee-0002aa-3N for guix-patches@gnu.org; Sat, 23 Dec 2017 21:44:24 +0100 Date: Sat, 23 Dec 2017 20:44:23 +0000 From: ng0 Message-ID: <20171223204423.rj7rkspr6hjulou7@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="njzlue67ld5hyd5j" Content-Disposition: inline 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: 29827@debbugs.gnu.org --njzlue67ld5hyd5j Content-Type: multipart/mixed; boundary="vlgre53hwnaksf2w" Content-Disposition: inline --vlgre53hwnaksf2w Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fix a comment. See commit message for details. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --vlgre53hwnaksf2w Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-open-adventure-Fix-comment-about-linenoise.patch" Content-Transfer-Encoding: quoted-printable =46rom f3ca113dc9b93794c494055fdf1ffbcd28b9aaac Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 23 Dec 2017 20:35:12 +0000 Subject: [PATCH] gnu: open-adventure: Fix comment about linenoise. The comment was copied from 's-shell', so its content was technically not entirely correct for 'open-adventure'. * gnu/packages/games.scm (open-adventure): Fix comment. --- gnu/packages/games.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2b1bddb2f..8ca7b1a95 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -17,7 +17,7 @@ ;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer ;;; Copyright =C2=A9 2016, 2017 Rodger Fox ;;; Copyright =C2=A9 2016 Manolis Fragkiskos Ragkousis -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 Albin S=C3=B6derqvist ;;; Copyright =C2=A9 2016, 2017 Kei Kebreau ;;; Copyright =C2=A9 2016 Alex Griffin @@ -5031,9 +5031,8 @@ at their peak of economic growth and military prowess. (modify-phases %standard-phases (replace 'configure (lambda* (#:key inputs outputs #:allow-other-keys) - ;; At this point linenoise is meant to be included, - ;; so we have to really copy it into the working directory - ;; of s. + ;; Linenoise is meant to be included, so we have to + ;; copy it into the working directory. (let* ((linenoise (assoc-ref inputs "linenoise")) (noisepath (string-append linenoise "/include/lineno= ise")) (out (assoc-ref outputs "out"))) --=20 2.15.1 --vlgre53hwnaksf2w-- --njzlue67ld5hyd5j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+wCcACgkQ4i+bv+40 hYhj4RAAlK+xsSsTokEkbvMofSYBVZeUjxl8WWta3HQMvNgiYzjmV86JbZDknrSY HyM3FkBvnDTxqVyOzu9bNK9xOEGuFR3cio0fVK0BG3XL8Xa3On9+y6qVa9ZDp1DD oQ5/OcKAQ9Jqyl85hGhY8h+Qy8etapy5HK8bUv4NPOic7eBo0KMGV/6c2XuAPczP +uuYkEKIYGotoYZxG6O5v7OS3QxMeGgJrvGQP381ujICYn828GxFdzlgnadkuB3/ TWpxEZ9fY0AzKLsizRtyPYcUFlgb5SbhAtkXIiuTZDlFv+WJP3M/jhThnRWkQZe6 EtMeIiyeMqvQ+TOJqObTWP0Mvv4pNBTJ7i6hIJBw+MqpEPSGG3wlY9QhgTIqt4QS wyez0+sGt5jC1O2FOA+EFJFaQobstfCtOON5Jz/Nrk+eIDuohrOtfTBHRpVy+/BA VryyEuBl5FYBDJNkKrl7f6X97+SOao6AKrd5lI2ON25v2fyh0K4OuyM5HwoEH7ei +ACbx8EWqiPuPG8Idi+wgE9O4EglvzxVJcR+vVKwXSvP3y2pvjZTKV39iaExIuGl zvQmgUXIvUtVfRsfr7zsBVPUuUnvbTtxKA3KT0yBG/tjkenXFgIa2vlLPFcenlQe y7WLBu/QlMcQU8ML+hIv6zYSnkThVOlHgibUL5CHjbMt17RI9Dg= =hPLu -----END PGP SIGNATURE----- --njzlue67ld5hyd5j--