mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
linuxPackages.isgx: mark as broken for kernels >= 6.4
This commit is contained in:
parent
877c9acdb1
commit
75943b0971
@ -41,5 +41,9 @@ stdenv.mkDerivation rec {
|
||||
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
# This kernel module is now in mainline so newer kernels should
|
||||
# use that rather than this out-of-tree version (officially
|
||||
# deprecated by Intel)
|
||||
broken = kernel.kernelAtLeast "6.4";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user