forked from mirrors/nixpkgs
prevent the kernel modules to link with the glibc headers. This is very very
tricky. D'oh!!! svn path=/nixpkgs/trunk/; revision=5720
This commit is contained in:
parent
6f330b4a99
commit
95dd22417c
|
@ -9,4 +9,5 @@ stdenv.mkDerivation {
|
|||
};
|
||||
patches = [./ov511-kernel.patch];
|
||||
inherit kernel;
|
||||
NIX_GLIBC_FLAGS_SET=1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue