add makeOverridable to apacheAnt so that the jdk can be overwritten
svn path=/nixpkgs/trunk/; revision=16477
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user