Hm, looks like there is no need for kernelHeaders if we have kernel..

svn path=/nixpkgs/trunk/; revision=12099
This commit is contained in:
Michael Raskin 2008-06-15 12:14:23 +00:00
parent 74b5040479
commit 828809a89c

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
sha256 = "1b9nqkk7gv6gffzj9b8mjy5myxf2afwpyr2n5wbfsylf15dvvvjr";
};
buildInputs =[kernelHeaders kernel];
buildInputs =[kernel];
# this is a patch against svn head, not stable version
patches = [./prefix.patch];