mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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 \
|
||||
--replace /usr/nix/store /nix/store
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
make sanity
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue