Working on improved Ant package in Nix: do configuration in wrapper scripts. This is the 'core' Ant.

svn path=/nixpkgs/trunk/; revision=1148
This commit is contained in:
Martin Bravenboer
2004-07-10 13:59:21 +00:00
parent d91c216e2c
commit feeff4dfb1
7 changed files with 71 additions and 41 deletions
@@ -1,8 +0,0 @@
{stdenv, fetchurl, j2sdk}: stdenv.mkDerivation {
name = "apache-ant-1.6.0";
builder = ./builder.sh;
src = fetchurl {
url = http://dist.apache.easynet.nl/ant/binaries/apache-ant-1.6.0-bin.tar.bz2;
md5 = "01989c306da53862c101d9ea4ebb1f00";
};
}