linuxPackages.rtl8814au: mark broken on kernel versions < 5.2 and > 6.14 (#459966)
This commit is contained in:
@@ -42,5 +42,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/morrownr/8814au";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = [ maintainers.lassulus ];
|
||||
broken = kernel.kernelOlder "5.2" || kernel.kernelAtLeast "6.15";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user