openjdk: Override hardcoded tr
svn path=/nixpkgs/trunk/; revision=28039
This commit is contained in:
parent
027595d6b0
commit
8286d4df8d
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
GREP=${gnugrep}/bin/grep \
|
||||
DATE=${coreutils}/bin/date \
|
||||
PWD=${coreutils}/bin/pwd \
|
||||
TR=${coreutils}/bin/tr \
|
||||
CC=${stdenv.gcc}/bin/gcc
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user