* Added gzip.

svn path=/nixpkgs/trunk/; revision=309
This commit is contained in:
Eelco Dolstra
2003-08-18 16:40:22 +00:00
parent f6e0983d44
commit 4a104ba060
3 changed files with 23 additions and 0 deletions

View File

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