Fix building with recent openjdk
This commit is contained in:
@@ -24,8 +24,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ jdk ] ++ stdenv.lib.optional (stdenv.system == "x86_64-darwin") xcodewrapper;
|
||||
|
||||
JAVA_HOME = jdk;
|
||||
|
||||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user