Files
nixpkgs/pkgs/development/tools
Eelco Dolstra 54d1721414 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 ];
2014-01-03 13:29:06 +01:00
..
2014-01-03 13:29:06 +01:00
2013-08-16 23:45:01 +02:00
2013-05-20 11:17:20 +04:00
2013-06-04 07:50:59 +02:00
2014-01-03 11:56:41 +01:00
2013-10-02 05:17:32 +00:00
2013-06-20 09:21:25 -04:00
2013-12-30 23:33:22 +04:00
2013-12-16 04:50:22 +00:00