From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTCMV-0007y2-85 for guix-patches@gnu.org; Sun, 24 Dec 2017 14:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTCMR-0001tf-7G for guix-patches@gnu.org; Sun, 24 Dec 2017 14:55:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTCMR-0001t4-29 for guix-patches@gnu.org; Sun, 24 Dec 2017 14:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eTCMQ-000794-KU for guix-patches@gnu.org; Sun, 24 Dec 2017 14:55:02 -0500 Subject: [bug#29836] [PATCH] Add The Butterfly Effect (tbe) Resent-Message-ID: Date: Sun, 24 Dec 2017 14:54:38 -0500 From: Leo Famulari Message-ID: <20171224195438.GB5611@jasmine.lan> References: <87lghsgnzb.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MW5yreqqjyrRcusr" Content-Disposition: inline In-Reply-To: <87lghsgnzb.fsf@nicolasgoaziou.fr> 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: 29836@debbugs.gnu.org --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 24, 2017 at 04:11:20PM +0100, Nicolas Goaziou wrote: > Hello, >=20 > This patch adds The Butterfly Effect game. Cool! > +(define-public tbe > + (package > + (name "tbe") How about calling it the-butterfly-effect, which I think is more clear? > + (inputs > + `(("gettext-minimal" ,gettext-minimal) > + ("qtbase" ,qtbase) > + ("qtsvg" ,qtsvg) > + ("qtxmlpatternn" ,qtxmlpatterns))) > + (native-inputs > + `(("cmake" ,cmake) > + ("qttools" ,qttools))) gettext-minimal can be a native-input. qtxmlpatterns doesn't seem to be used. At least, it's not referenced by the built package: $ guix gc --references $(./pre-inst-env guix build tbe) /gnu/store/14gzwy1hyzyqnrdwcfcnpvm0wl0v7bs6-qtsvg-5.9.3 /gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib /gnu/store/jzh36z7bvwkv363xjmxsp5vvlaa7ajf0-qtbase-5.9.3 /gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25 /gnu/store/pmgb6kgwpci0iv06v0pq190048i258rm-the-butterfly-effect-0.9.3.1 --MW5yreqqjyrRcusr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpABf4ACgkQJkb6MLrK fwhZQA//fHeCyIZ4NOEuQbilhPR3+gcaL6lqj9stQqpnHDSEU3v7UwGN++DENOns w/oPURNHNKy//e+IosCWyCitK3MN1ldS7qMIGz4uU0z1pPJCyh1Mij3+FE2fq8CB lLnPWwV9O8e6zxTMgnDecO7g3rMez6isFTVKGq+PHixwGzkN69RoBqZErxpsyc75 xszl5Q0RG3h2KU71dHEdKaf9MBT02woYmCW7pAv7GXhYrlJ8RbtV/LDhIwrzq0T+ lkQOpLG71yWKQG8wvtAW2PbU26u96e8zhPa+C2Pe2DMdBHVx6O6gAuMHljApyw5D +SkAdFHL3gkHWlYYruwPtD9e1iGY1Q6TssbPDrexaS/qWwvqh/EdeV+2nYfU6r7O jmFPwn52srmRqowq3F93PdUv8ISCPdnOobOfjN9f91Mv+p+8amUpl16o889vwFIV 0o0i27ZvaFW0ZkXCKh5nS6tak/oBwNR4FkQedsxcTgaznYKZMZoSqfOxkJSElzzf 0dZNLWbXti+2YO/TTGFWN96/E2Jn1aXEdT5J3OnUAyUlY99ZxQPJrw6GsYV3GXc9 ceaRyyd/8Z9kQbVxEV+6AFEJIffyMiu2LO+qVW1lPtFXqgBi6BHMVo+jik60NeLA XQfBQslDczbux5bBuyIW0wOsHx8ZbOxYtbslqPG2WBbB8Wc0ge0= =U7PQ -----END PGP SIGNATURE----- --MW5yreqqjyrRcusr--