mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
openjdk: Override hardcoded egrep
svn path=/nixpkgs/trunk/; revision=28040
This commit is contained in:
parent
8286d4df8d
commit
0734d0315e
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = ''
|
makeFlags = ''
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
MKDIR=${coreutils}/bin/mkdir \
|
||||||
GREP=${gnugrep}/bin/grep \
|
GREP=${gnugrep}/bin/grep \
|
||||||
|
EGREP=${gnugrep}/bin/egrep \
|
||||||
DATE=${coreutils}/bin/date \
|
DATE=${coreutils}/bin/date \
|
||||||
PWD=${coreutils}/bin/pwd \
|
PWD=${coreutils}/bin/pwd \
|
||||||
TR=${coreutils}/bin/tr \
|
TR=${coreutils}/bin/tr \
|
||||||
|
Loading…
Reference in New Issue
Block a user