Added Apache Ant, including configuration of JAVA_HOME and ANT_HOME. Currently only the shell script is patched, but this one is used most in practice.
svn path=/nixpkgs/trunk/; revision=718
This commit is contained in:
@@ -240,6 +240,12 @@
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
apacheant = (import ../development/tools/build-managers/apache-ant) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
j2sdk = j2sdk;
|
||||
};
|
||||
|
||||
pcre = (import ../development/libraries/pcre) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
|
||||
Reference in New Issue
Block a user