openjdk: Fix hardcoded gcc

svn path=/nixpkgs/trunk/; revision=28034
This commit is contained in:
Shea Levy 2011-08-01 01:08:49 +00:00
parent 057e36e2f7
commit 146d6875b3

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
'';
configurePhase = ''
make MKDIR=${coreutils}/bin/mkdir sanity
make MKDIR=${coreutils}/bin/mkdir CC=${stdenv.gcc}/bin/gcc sanity
'';
}