From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFlSZ-0007aH-Lp for guix-patches@gnu.org; Mon, 07 May 2018 15:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFlSU-00066S-NL for guix-patches@gnu.org; Mon, 07 May 2018 15:06:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFlSU-00066H-Kk for guix-patches@gnu.org; Mon, 07 May 2018 15:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFlSU-0001BD-DD for guix-patches@gnu.org; Mon, 07 May 2018 15:06:02 -0400 Subject: [bug#31333] [PATCH 08/22] gnu: Add groovy-ant. Resent-Message-ID: Date: Mon, 7 May 2018 21:04:58 +0200 From: Julien Lepiller Message-ID: <20180507210453.06cb20d3@lepiller.eu> In-Reply-To: <20180507200552.287a87eb@scratchpost.org> References: <20180501174136.1c411b1a@lepiller.eu> <20180501154449.3531-1-julien@lepiller.eu> <20180501154449.3531-8-julien@lepiller.eu> <20180507200552.287a87eb@scratchpost.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: 31333@debbugs.gnu.org Le Mon, 7 May 2018 20:05:52 +0200, Danny Milosavljevic a =C3=A9crit : > > + (add-before 'configure 'chdir > > + (lambda _ > > + (chdir "subprojects/groovy-ant"))) =20 >=20 > #t >=20 > > + (add-before 'build 'copy-resources > > + (lambda _ > > + (copy-recursively "src/main/resources" > > "build/classes"))) =20 >=20 > #t >=20 > >(input > > + `(("groovy-groovydoc" ,groovy-groovydoc) =20 >=20 > Hmm, regular input? Not either native or propagated? How does it > work? >=20 I haven't tested groovy-ant, but you are supposed to use it as part of the groovy package. It's included there with a symbolic link.