mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
54d1721414
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 ]; |
||
---|---|---|
.. | ||
arduino | ||
compilers | ||
eclipse | ||
guile-modules | ||
interpreters | ||
libraries | ||
lisp-modules | ||
misc | ||
mobile | ||
ocaml-modules | ||
perl-modules | ||
python-modules | ||
qtcreator | ||
r-modules/generic | ||
ruby-modules | ||
tools | ||
web |