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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user