add makeOverridable to apacheAnt so that the jdk can be overwritten
svn path=/nixpkgs/trunk/; revision=16477
This commit is contained in:
parent
e932a5c6d6
commit
f4ca975ce5
@ -2309,7 +2309,7 @@ let
|
||||
};
|
||||
|
||||
ant = apacheAnt;
|
||||
apacheAnt = import ../development/tools/build-managers/apache-ant {
|
||||
apacheAnt = makeOverridable (import ../development/tools/build-managers/apache-ant) {
|
||||
inherit fetchurl stdenv jdk;
|
||||
name = "ant-" + jdk.name;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user