* Added GNU tar.

* Some refactoring on stdenv-linux to prevent unnecessary rebuilds.

svn path=/nixpkgs/trunk/; revision=308
This commit is contained in:
Eelco Dolstra
2003-08-18 16:33:38 +00:00
parent 5cf73363ea
commit f6e0983d44
5 changed files with 47 additions and 8 deletions

View File

@@ -10,7 +10,11 @@ Function(["nativeTools"],
, ("baseenv", IncludeFix("baseenv/baseenv.fix"))
, ("glibc", IncludeFix("glibc/glibc.fix"))
, ("coreutils", If(Var("nativeTools"), "", IncludeFix("coreutils/coreutils.fix")))
, ("tools", If(Var("nativeTools"),
[],
[ IncludeFix("coreutils/coreutils.fix")
, IncludeFix("gnutar/gnutar.fix")
]))
]
)
)