From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffYCR-0003ip-CH for guix-patches@gnu.org; Tue, 17 Jul 2018 18:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffYCQ-0003TY-BM for guix-patches@gnu.org; Tue, 17 Jul 2018 18:12:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffYCQ-0003TS-6z for guix-patches@gnu.org; Tue, 17 Jul 2018 18:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ffYCQ-0002Mc-15 for guix-patches@gnu.org; Tue, 17 Jul 2018 18:12:02 -0400 Subject: bug#32162: [PATCH] gnu: Add nethack. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180717180758.17538-1-mcrfan96@cock.li> Date: Wed, 18 Jul 2018 00:11:48 +0200 In-Reply-To: <20180717180758.17538-1-mcrfan96@cock.li> (mcrfan's message of "Tue, 17 Jul 2018 11:07:58 -0700") Message-ID: <87wottseaj.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: mcrfan96@cock.li Cc: 32162-done@debbugs.gnu.org mcrfan96@cock.li skribis: > From: Anonymous > > * gnu/packages/games.scm (nethack): New variable. Applied with the =E2=80=98rename-file=E2=80=99 change. In a separate commit I enabled reproducible builds: =E2=80=9Cguix build net= hack --rounds=3D2 -K=E2=80=9D showed that a timestamp was embedded. Thanks! Ludo=E2=80=99.