add dietlibc
svn path=/nixpkgs/trunk/; revision=3729
This commit is contained in:
12
pkgs/os-specific/linux/dietlibc/default.nix
Normal file
12
pkgs/os-specific/linux/dietlibc/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dietlibc-0.29";
|
||||
src = fetchurl {
|
||||
url = http://www.kernel.org/pub/linux/libs/dietlibc/dietlibc-0.29.tar.bz2;
|
||||
md5 = "16d31dd7b5f9124e8ea8280c3f646e13";
|
||||
};
|
||||
patches = [./dietlibc-install.patch];
|
||||
}
|
||||
Reference in New Issue
Block a user