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 = ''
|
makeFlags = ''
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
MKDIR=${coreutils}/bin/mkdir \
|
||||||
|
CAT=${coreutils}/bin/cat \
|
||||||
GREP=${gnugrep}/bin/grep \
|
GREP=${gnugrep}/bin/grep \
|
||||||
EGREP=${gnugrep}/bin/egrep \
|
EGREP=${gnugrep}/bin/egrep \
|
||||||
DATE=${coreutils}/bin/date \
|
DATE=${coreutils}/bin/date \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user