openjdk: Override hardcoded cat

svn path=/nixpkgs/trunk/; revision=28053
This commit is contained in:
Shea Levy 2011-08-01 01:11:24 +00:00
parent ed9837c37c
commit 08fe49fbb4

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \
CAT=${coreutils}/bin/cat \
GREP=${gnugrep}/bin/grep \
EGREP=${gnugrep}/bin/egrep \
DATE=${coreutils}/bin/date \