mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
linuxPackages.rtl8188eus-aircrack: mark broken on Linux 5.15
This commit is contained in:
parent
4e7392e76b
commit
163e90cdd7
@ -36,6 +36,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/aircrack-ng/rtl8188eus";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
broken = kernel.isHardened;
|
||||
broken = kernel.kernelAtLeast "5.15" || kernel.isHardened;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user