Fix building with recent openjdk

This commit is contained in:
Sander van der Burg
2014-01-15 16:32:40 +01:00
parent 512a3a4e46
commit b9cbab922e
2 changed files with 1 additions and 3 deletions
@@ -24,8 +24,6 @@ stdenv.mkDerivation {
buildInputs = [ jdk ] ++ stdenv.lib.optional (stdenv.system == "x86_64-darwin") xcodewrapper;
JAVA_HOME = jdk;
buildPhase = ''
export HOME=$TMPDIR