mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openjdk: Fix some formatting
svn path=/nixpkgs/trunk/; revision=28032
This commit is contained in:
parent
d46390e7d2
commit
3439ac32bf
1 changed files with 3 additions and 2 deletions
|
@ -12,12 +12,13 @@ stdenv.mkDerivation {
|
|||
|
||||
postUnpack = ''
|
||||
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 \
|
||||
--replace /usr/nix/store /nix/store
|
||||
--replace /usr/nix/store /nix/store
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
make sanity
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue