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

View file

@ -105,9 +105,7 @@ stdenv.mkDerivation rec {
"UNLIMITED_CRYPTO=1"
];
configurePhase = ''
make $makeFlags sanity
'';
configurePhase = "true";
installPhase = ''
mkdir -p $out