mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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…
Reference in New Issue
Block a user