nixpkgs/pkgs/development/tools/build-managers
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
..
apache-ant ant: Update to 1.9.3 2014-01-03 13:29:06 +01:00
bam
buildbot unmaintain several packages 2013-08-16 23:45:01 +02:00
buildbot-slave
cmake Revert "cmake: Update to 2.8.11.2" 2013-07-16 09:31:19 -04:00
colormake More description fixes 2013-10-06 12:01:38 +02:00
gnumake gnumake: add version 4.0 2013-12-09 16:14:41 +01:00
gradle gradle: update to 1.8 2013-09-29 21:40:17 +02:00
jam
leiningen Leiningen: Update to 2.3.3 2013-11-08 21:30:34 +01:00
mk nixos.org/tarballs -> tarballs.nixos.org 2013-06-25 14:12:16 +02:00
ninja Whitespace fixes in package expressions I maintain 2014-01-02 17:58:08 +01:00
rebar Fix some issues in my packages reported by nixpkgs-lint. 2013-09-26 20:03:57 +00:00
remake remake: bump from version 3.81+dbg-0.2 to 3.82+dbg-0.6 2013-06-22 21:09:43 +02:00
scons Re-add HTTP/HTTPS support back to Subversion by adding serf. Tested. 2013-12-30 23:33:22 +04:00
simple-build-tool Fixed sbt options 2013-12-08 20:03:17 +01:00