openjdk: Override hardcoded egrep

svn path=/nixpkgs/trunk/; revision=28040
This commit is contained in:
Shea Levy 2011-08-01 01:09:38 +00:00
parent 8286d4df8d
commit 0734d0315e

View file

@ -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 \