Improved Ant

svn path=/nixpkgs/trunk/; revision=1254
This commit is contained in:
Martin Bravenboer
2004-08-09 21:28:26 +00:00
parent 2c61f2f1af
commit 3f371bfacf
3 changed files with 4 additions and 4 deletions
@@ -1,13 +1,12 @@
{stdenv, fetchurl, j2sdk}:
rec {
body =
stdenv.mkDerivation {
name = ant.realname;
builder = ./builder.sh;
inherit ant j2sdk;
buildInputs = [ant j2sdk];
inherit ant j2sdk;
};
ant =