forked from mirrors/nixpkgs
openjdk: Override hardcoded cat
svn path=/nixpkgs/trunk/; revision=28053
This commit is contained in:
parent
ed9837c37c
commit
08fe49fbb4
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue