* Use the sh from klibc in the bootstrap. It's a lot smaller than

bash.  Also, use the cpio from klibc instead of tar.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13905
This commit is contained in:
Eelco Dolstra
2009-01-29 17:48:45 +00:00
parent c584bb878a
commit 1c623126c7
3 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
};
sharedLibrary =
!stdenv.isDarwin && !(stdenv ? isDietLibC) && stdenv.system != "i686-cygwin";
!stdenv.isDarwin && !(stdenv ? isDietLibC) && !(stdenv ? isStatic) && stdenv.system != "i686-cygwin";
meta = {
homepage = http://www.bzip.org;