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"
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
make $makeFlags sanity
|
||||
'';
|
||||
configurePhase = "true";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
|
Loading…
Reference in New Issue