openjdk: Override hardcoded head
svn path=/nixpkgs/trunk/; revision=28043
This commit is contained in:
parent
27112e7233
commit
17c2fb730e
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
TR=${coreutils}/bin/tr \
|
TR=${coreutils}/bin/tr \
|
||||||
SED=${gnused}/bin/sed \
|
SED=${gnused}/bin/sed \
|
||||||
ALSA_INCLUDE=${alsaLib}/include \
|
ALSA_INCLUDE=${alsaLib}/include \
|
||||||
|
HEAD=${coreutils}/bin/head \
|
||||||
CC=${stdenv.gcc}/bin/gcc
|
CC=${stdenv.gcc}/bin/gcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user