openjdk: Add sanity check

svn path=/nixpkgs/trunk/; revision=28031
This commit is contained in:
Shea Levy 2011-08-01 01:08:23 +00:00
parent 686476b7bb
commit d46390e7d2

View file

@ -16,4 +16,8 @@ stdenv.mkDerivation {
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
--replace /usr/nix/store /nix/store
'';
configurePhase = ''
make sanity
'';
}