diff options
| author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-03 13:29:06 +0100 |
|---|---|---|
| committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-03 13:29:06 +0100 |
| commit | 54d172141435d61813666ccb6dbfe8a58a9ce896 (patch) | |
| tree | 26973f0d8b77f1e50687d25badeca32c79927ce6 /pkgs/development/python-modules/GitPython | |
| parent | e1f7144aa8fbc9a99463b82af5c9562e4b7596e0 (diff) | |
ant: Update to 1.9.3
Also, Ant no longer has a build-time dependency on a particular JDK.
It finds the JDK via $JAVA_HOME or $PATH (by looking up javac). This
way, we don't need to have separate packages like apacheAntOpenJDK and
apacheAntOracleJDK. It also seems reasonable: after all, installing
GNU Make doesn't give you a C compiler either. It does mean that
instead of
buildInputs = [ ant ];
you now need to write something like
buildInputs = [ ant jdk ];
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
0 files changed, 0 insertions, 0 deletions
