openjdk: Skip configurePhase
The build phase also runs "make sanity", so there is no need to do it twice.
This commit is contained in:
parent
7edfe92f5f
commit
7f11ef6345
|
@ -105,9 +105,7 @@ stdenv.mkDerivation rec {
|
||||||
"UNLIMITED_CRYPTO=1"
|
"UNLIMITED_CRYPTO=1"
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = "true";
|
||||||
make $makeFlags sanity
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
|
Loading…
Reference in New Issue