openjdk: Add sanity check
svn path=/nixpkgs/trunk/; revision=28031
This commit is contained in:
parent
686476b7bb
commit
d46390e7d2
@ -16,4 +16,8 @@ stdenv.mkDerivation {
|
|||||||
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
||||||
--replace /usr/nix/store /nix/store
|
--replace /usr/nix/store /nix/store
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configurePhase = ''
|
||||||
|
make sanity
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user