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:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user