postgresql-jdbc: Fix build

This commit is contained in:
Eelco Dolstra 2014-01-03 14:33:17 +01:00
parent 94d5776436
commit e9211e60ac

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, ant }:
{ stdenv, fetchurl, ant, jdk }:
let version = "9.3-1100"; in
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0mbdzhzg4ws0i7ps98rg0q5n68lsrdm2klj7y7skaix0rpa57gp6";
};
buildInputs = [ ant ];
buildInputs = [ ant jdk ];
buildPhase = "ant";