* Added GNU grep, and the Perl Compatible Regular Expressions library used by

grep.

svn path=/nixpkgs/trunk/; revision=311
This commit is contained in:
Eelco Dolstra
2003-08-18 16:59:39 +00:00
parent aab301d701
commit 86ac7b60b0
5 changed files with 47 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Function(["nativeTools"],
[],
[ IncludeFix("coreutils/coreutils.fix")
, IncludeFix("gnused/gnused.fix")
, IncludeFix("gnugrep/gnugrep.fix")
, IncludeFix("gnutar/gnutar.fix")
, IncludeFix("gzip/gzip.fix")
]))