openjdk: Override hardcoded grep
svn path=/nixpkgs/trunk/; revision=28036
This commit is contained in:
parent
b3ab977d90
commit
eceec04a44
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, unzip, procps, coreutils}:
|
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openjdk-7b127";
|
name = "openjdk-7b127";
|
||||||
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = ''
|
makeFlags = ''
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
MKDIR=${coreutils}/bin/mkdir \
|
||||||
|
GREP=${gnugrep}/bin/grep \
|
||||||
CC=${stdenv.gcc}/bin/gcc
|
CC=${stdenv.gcc}/bin/gcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user