* Added GNU tar.
* Some refactoring on stdenv-linux to prevent unnecessary rebuilds. svn path=/nixpkgs/trunk/; revision=308
This commit is contained in:
@@ -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")
|
||||
]))
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user