mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
postgresql-jdbc: Fix build
This commit is contained in:
parent
94d5776436
commit
e9211e60ac
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user