* A function `useKlibc' to build a package using klibc as the C

library.
* Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're
  redundant (it's what you get when you use pkgsDiet/pkgsStatic).

svn path=/nixpkgs/trunk/; revision=12554
This commit is contained in:
Eelco Dolstra
2008-08-08 19:05:32 +00:00
parent e920df26c6
commit a9d19f45db
7 changed files with 39 additions and 83 deletions
+3 -1
View File
@@ -8,8 +8,10 @@ stdenv.mkDerivation {
src = fetchurl {
url = mirror://kernel/linux/libs/klibc/klibc-1.5.tar.bz2;
sha256 = "1izhf8kscjymsvsvhcqw9awnmp94vwv70zdj09srg9bkpjj0n017";
# url = mirror://kernel/linux/libs/klibc/Testing/klibc-1.5.14.tar.bz2;
# sha256 = "1cmrqpgamnv2ns7dlxjm61zc88dxm4ff0aya413ij1lmhp2h2sfc";
};
inherit kernel;
buildInputs = [perl bison mktemp];
patches = [./install.patch];
#patches = [./install.patch];
}