From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMeWV-0000Dt-3t for guix-patches@gnu.org; Sun, 18 Jun 2017 14:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMeWR-0005T5-6M for guix-patches@gnu.org; Sun, 18 Jun 2017 14:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52650) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMeWQ-0005Se-FL for guix-patches@gnu.org; Sun, 18 Jun 2017 14:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dMeWP-0002dK-Oa for guix-patches@gnu.org; Sun, 18 Jun 2017 14:02:01 -0400 Subject: [bug#27421] [PATCH 1/5] gnu: Add nml. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170618174443.32690-1-kei@openmailbox.org> References: <87injt42pu.fsf@openmailbox.org> <20170618174443.32690-1-kei@openmailbox.org> Date: Sun, 18 Jun 2017 20:01:33 +0200 Message-ID: <87o9tlfa4i.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Kei Kebreau , 27421@debbugs.gnu.org --=-=-= Content-Type: text/plain Kei Kebreau writes: > * gnu/packages/game-development.scm (nml): New variable. [...] > + (build-system python-build-system) > + (inputs > + `(("python-pillow" ,python-pillow) > + ("python-ply" ,python-ply))) Should these not be propagated? > + (home-page "http://dev.openttdcoop.org/projects/nml") > + (synopsis "NML compiler") > + (description > + "NML is a a python-based compiler, capable of compiling NML files (along > +with their associated language, sound and graphic files) into grf and/or nfo > +files.") Could you mention what NML is here with a @dfn{}? Maybe also add @file{.grf} and @file{.nfo} if they are file extensions. LGTM otherwise! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAllGv/0ACgkQoqBt8qM6 VPpGBQgAildtq5cf20KZ+sIng32OvpgcDJWTDM1sboBLRbU86uQypdNHvkO6VuIT JhTt4ufhmWFLsjlLWKw6P2kyayAviTg8xhIMs36CvAIt7rHKvFYy5pPxa8XCDZ68 FJ6zcZfQs1r62gNUTtGbr8U4PPTy+QXHei19UCDRk1SlDcvu5uhHxPc2tf/dMwVu nLdmX1V1zvdy5Qc13XmCAOImP+32EuNqT7K7UBBrBPfTpR/m/eHX+n/2EIXz3hdM bCHJcUuhEW6j5HgbPLM99Pmvh7eRXF152+88J7w893C0TxPLl2OdtjNZFal8+/SZ /zkiiNUk9rEtWnAVingQB2rpDgfPJQ== =0k4l -----END PGP SIGNATURE----- --=-=-=--