mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
openjdk: Fix hardcoded gcc
svn path=/nixpkgs/trunk/; revision=28034
This commit is contained in:
parent
057e36e2f7
commit
146d6875b3
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
make MKDIR=${coreutils}/bin/mkdir sanity
|
||||
make MKDIR=${coreutils}/bin/mkdir CC=${stdenv.gcc}/bin/gcc sanity
|
||||
'';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user