From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkWV-0006f5-AH for guix-patches@gnu.org; Mon, 07 May 2018 14:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkWQ-0004fX-AN for guix-patches@gnu.org; Mon, 07 May 2018 14:06:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFkWQ-0004fT-6i for guix-patches@gnu.org; Mon, 07 May 2018 14:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFkWP-0006DC-Vk for guix-patches@gnu.org; Mon, 07 May 2018 14:06:02 -0400 Subject: [bug#31333] [PATCH 08/22] gnu: Add groovy-ant. Resent-Message-ID: Date: Mon, 7 May 2018 20:05:52 +0200 From: Danny Milosavljevic Message-ID: <20180507200552.287a87eb@scratchpost.org> In-Reply-To: <20180501154449.3531-8-julien@lepiller.eu> References: <20180501174136.1c411b1a@lepiller.eu> <20180501154449.3531-1-julien@lepiller.eu> <20180501154449.3531-8-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Lesv.poxA9xQXK2u_0.2mpd"; 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: Julien Lepiller Cc: 31333@debbugs.gnu.org --Sig_/Lesv.poxA9xQXK2u_0.2mpd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > + (add-before 'configure 'chdir > + (lambda _ > + (chdir "subprojects/groovy-ant"))) #t > + (add-before 'build 'copy-resources > + (lambda _ > + (copy-recursively "src/main/resources" "build/classes"))) #t >(input > + `(("groovy-groovydoc" ,groovy-groovydoc) Hmm, regular input? Not either native or propagated? How does it work? --Sig_/Lesv.poxA9xQXK2u_0.2mpd Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlrwlYAACgkQ5xo1VCww uqU85Af/Zjg0uVZnH4F/amuZP6ymlX6SD851J9Fk9FejemxMwqMkCaj6MV7yXTf1 uym1JpHSGS/b/zOsIfjVBxw6oIeyt9ALdfLszKLh8qzvtGK6tTpa1Q0pIRBChxMu YuLJRGUpQczkr4iY6wOMX8uAS1VAwljSWIyhqVC2w8wWfP65uf/qDe+2sje1tNIF XTZ+eUZUP2QAlMBi82KGabqvHZbCQ6HNs+Cqo5hL4wLP+0CcZyamCmKGFvLNGsR0 YNBjiWMqV/8lwruMPVoaCmSA6YBwqXCJQzDETGwOLwAHSaEfoJrJ/aXwi08pSmqX RzquvSEw/9KmHpfovA0Xn0Rp+540Aw== =x9dx -----END PGP SIGNATURE----- --Sig_/Lesv.poxA9xQXK2u_0.2mpd--