forked from mirrors/nixpkgs
Hm, looks like there is no need for kernelHeaders if we have kernel..
svn path=/nixpkgs/trunk/; revision=12099
This commit is contained in:
parent
74b5040479
commit
828809a89c
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue