openjdk: Skip configurePhase

The build phase also runs "make sanity", so there is no need to do it
twice.
This commit is contained in:
Eelco Dolstra 2014-01-02 19:43:07 +01:00
parent 7edfe92f5f
commit 7f11ef6345
1 changed files with 1 additions and 3 deletions

View File

@ -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