openjdk: Override hardcoded egrep
svn path=/nixpkgs/trunk/; revision=28040
This commit is contained in:
parent
8286d4df8d
commit
0734d0315e
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = ''
|
||||
MKDIR=${coreutils}/bin/mkdir \
|
||||
GREP=${gnugrep}/bin/grep \
|
||||
EGREP=${gnugrep}/bin/egrep \
|
||||
DATE=${coreutils}/bin/date \
|
||||
PWD=${coreutils}/bin/pwd \
|
||||
TR=${coreutils}/bin/tr \
|
||||
|
Loading…
Reference in New Issue
Block a user