nixpkgs/pkgs
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
..
applications Merge pull request #1453 from ttuegel/clementine 2014-01-02 14:21:18 -08:00
build-support Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per se 2014-01-01 01:36:57 +04:00
data Whitespace fixes in package expressions I maintain 2014-01-02 17:58:08 +01:00
desktops Remove uses of __overrides feature 2013-12-30 11:04:45 -05:00
development ant: Update to 1.9.3 2014-01-03 13:29:06 +01:00
games Merge pull request #1441 from rszibele/xonotic 2014-01-02 07:50:35 -08:00
misc zsnes seems to work better, without stripping. 2014-01-03 00:54:59 +01:00
os-specific ifenslave: Add new package 2013-12-31 09:28:52 -06:00
servers postgresql-jdbc: Update to 9.3-1100 2014-01-03 11:56:41 +01:00
shells dash: enable Hydra builds on Linux 2013-12-21 00:05:38 +01:00
stdenv
test
tools btrfs-progs: Don't use a non-standard meta attribute 2014-01-03 11:49:38 +01:00
top-level ant: Update to 1.9.3 2014-01-03 13:29:06 +01:00