svn path=/nixpkgs/branches/stdenv-updates/; revision=13791

This commit is contained in:
Eelco Dolstra 2009-01-16 17:13:35 +00:00
parent 60ac36f9c5
commit 88ba45c499
2 changed files with 3 additions and 1 deletions

View File

@ -18,4 +18,6 @@ stdenv.mkDerivation {
homepage = http://www.gnu.org/software/grep/;
description = "GNU implementation of the Unix grep command";
};
passthru = {inherit pcre;};
}

View File

@ -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)
{