openjdk: Fix some formatting
svn path=/nixpkgs/trunk/; revision=28032
This commit is contained in:
parent
d46390e7d2
commit
3439ac32bf
@ -12,12 +12,13 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
||||||
--replace /bin/echo ${coreutils}/bin/echo
|
--replace /bin/echo ${coreutils}/bin/echo
|
||||||
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 = ''
|
configurePhase = ''
|
||||||
make sanity
|
make sanity
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user