mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 New Issue
Block a user