openjdk: Override hardcoded touch

svn path=/nixpkgs/trunk/; revision=28064
This commit is contained in:
Shea Levy 2011-08-01 01:12:54 +00:00
parent 5054c8e8bb
commit 735366584a

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \
TOUCH=${coreutils}/bin/touch \
ECHO=${coreutils}/bin/echo \
CAT=${coreutils}/bin/cat \
GREP=${gnugrep}/bin/grep \