1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix openjdk8 build for i686

see http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019203.html
This commit is contained in:
Moritz Kiefer 2015-01-28 08:59:40 +01:00
parent ed359e453c
commit ea30130943

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation {
"--with-build-number=b${build}"
"--with-milestone=fcs"
];
buildFlags = "all";
buildFlags = "DEBUG_BINARIES=true all";
installPhase = ''
mkdir -p $out/lib/openjdk $out/share $jre/lib/openjdk