* Sync with trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
This commit is contained in:
Eelco Dolstra
2009-01-29 16:33:02 +00:00
67 changed files with 1254 additions and 288 deletions
+11
View File
@@ -14,6 +14,17 @@ rec {
gcc = gcc43;
curl = import ../../tools/networking/curl {
inherit fetchurl;
stdenv = makeStaticBinaries stdenv;
zlibSupport = false;
sslSupport = false;
};
foo = kernelPackages.klibc;
build =
stdenv.mkDerivation {