From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60187) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBHbg-0003NA-4f for guix-patches@gnu.org; Mon, 09 Mar 2020 08:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBHbf-0004FK-2c for guix-patches@gnu.org; Mon, 09 Mar 2020 08:34:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBHbe-0004Ev-Va for guix-patches@gnu.org; Mon, 09 Mar 2020 08:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBHbd-00023W-Qy for guix-patches@gnu.org; Mon, 09 Mar 2020 08:34:01 -0400 Subject: bug#39915: [PATCH] gnu: Add nyancat. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Mon, 9 Mar 2020 14:32:37 +0200 From: Efraim Flashner Message-ID: <20200309123237.GN1423@E5400> References: <20200304194448.11305-1-efraim@flashner.co.il> <20200309121219.zf6m5kjvurgeug6s@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NT59pYSnj1ZLVgEN" Content-Disposition: inline In-Reply-To: <20200309121219.zf6m5kjvurgeug6s@gravity> 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: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 39915-done@debbugs.gnu.org --NT59pYSnj1ZLVgEN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 09, 2020 at 01:12:19PM +0100, Jakub K=C4=85dzio=C5=82ka wrote: > On Wed, Mar 04, 2020 at 09:44:48PM +0200, Efraim Flashner wrote: > > + (arguments > > + '(#:phases > > + (modify-phases %standard-phases > > + (delete 'configure) ; no configure script > > + (add-after 'unpack 'set-environment-variables > > + (lambda _ (setenv "CC" (which "gcc")) #t)) > I'm not fond of formatting a whole phase on one line, I feel like > (lambda _ > (setenv "CC" (which "gcc")) > #t) > would be clearer. Either way, as far as I can see, this can also be done > with the simpler #:make-flags '("CC=3Dgcc") Good points. make-flags it is. >=20 > Apart from that, LGTM. >=20 > > + (synopsis "Nyan cat telnet server") > I'm kinda disappointed you didn't include a service to go with it :P It's coming one of these days :) It turned out it was harder than expected to have the output go to a telnet connection and not to stdout when running a service. I'll have to play with it more one of these days. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --NT59pYSnj1ZLVgEN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5mN2UACgkQQarn3Mo9 g1Famg/+Kxjv5Y250VDz+cuplI0W0raD0c/ZO4MfCwauRZlbOCpRFaD4QpyhJqaM jwQOyVzJzpybCYy8HYmHxvv+2mThtSnTs94US/CM1U3f8frT4IwH0OKQH0lGThLX UObnxcH7MFwd0WcvdttYl9tbJHpfDzl7Lu9aFnYdkjCg/1hA/3LQD1OBr1ofrIaG nU8jNkFBbKex0s/C8gnAmc91EzcM8YN6ONINgtc/6Rlq8/RVlIeIX5G96BF0oxQF 4OC9+CxaYWvMhbVEb7heUJtNm4o6fCj+r7UGxDO1pcXmrmvo4A8wBQrjmWv21DX6 ZfDHX+HCIj7QpwXaKwhK4Ae/O1zPJ1LpFrQ+kyViAIAvEU5llpSZH15VHtCebAWX ZohPPmP4sKx+MFgQGp4cvNKXx0YB9+Q3hpabI3wpV/FowJR5OVNCLK8uNJMDT706 8vy6WmwUJMQsFv8azdQ0lEJ3Wtbkq4wZvILU4XjCyiA54WRorD0+M2MX0TtUK2Wm dPgIbfeVsuAAtlmgpIw5PXfjyZAY7zhh2hqA+EpHeYIHLafQ2R9xKv84aXYdWUgy gIsp1/kYahJPo+58ZkGMT/q8tW2I7Kqxxwrkt0qR4CpcOVKI8xcjBATrhsmw42ow E383vR86EAYdqaz5OMx2v/2rRPf0HhLNmr/a7isops6bC5Itnl8= =SIwd -----END PGP SIGNATURE----- --NT59pYSnj1ZLVgEN--