allow for variability, don't change the default
svn path=/nixpkgs/trunk/; revision=5999
This commit is contained in:
parent
3e38e12467
commit
7930f906dc
@ -1,12 +1 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-headers-2.6.14.3-i386";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/linux-2.6.14.3.tar.bz2;
|
||||
md5 = "982717a9cb246e3c427cc45e3fc86097";
|
||||
};
|
||||
}
|
||||
import ./kernel-headers-2.6.14.3.nix
|
||||
|
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-headers-2.6.14.3-i386";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/linux-2.6.14.3.tar.bz2;
|
||||
md5 = "982717a9cb246e3c427cc45e3fc86097";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user