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

View File

@@ -306,8 +306,8 @@ rec {
inherit fetchurl stdenv;
};
apacheant = (import ../development/tools/build-managers/apache-ant) {
inherit fetchurl stdenv j2sdk;
apacheant = (import ../development/tools/build-managers/apache-ant/core-apache-ant.nix) {
inherit fetchurl stdenv;
};
pcre = (import ../development/libraries/pcre) {