mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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/;
|
||||
description = "GNU implementation of the Unix grep command";
|
||||
};
|
||||
|
||||
passthru = {inherit pcre;};
|
||||
}
|
||||
|
|
|
@ -596,7 +596,7 @@ let
|
|||
};
|
||||
|
||||
coreutils = useFromStdenv "coreutils"
|
||||
((if stdenv ? isDietLibC
|
||||
(makeOverridable (if stdenv ? isDietLibC
|
||||
then import ../tools/misc/coreutils-5
|
||||
else import ../tools/misc/coreutils)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue