svn path=/nixpkgs/branches/stdenv-updates/; revision=13791
This commit is contained in:
parent
60ac36f9c5
commit
88ba45c499
@ -18,4 +18,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.gnu.org/software/grep/;
|
homepage = http://www.gnu.org/software/grep/;
|
||||||
description = "GNU implementation of the Unix grep command";
|
description = "GNU implementation of the Unix grep command";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = {inherit pcre;};
|
||||||
}
|
}
|
||||||
|
@ -596,7 +596,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
coreutils = useFromStdenv "coreutils"
|
coreutils = useFromStdenv "coreutils"
|
||||||
((if stdenv ? isDietLibC
|
(makeOverridable (if stdenv ? isDietLibC
|
||||||
then import ../tools/misc/coreutils-5
|
then import ../tools/misc/coreutils-5
|
||||||
else import ../tools/misc/coreutils)
|
else import ../tools/misc/coreutils)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user