linuxPackages.rtl8821au: mark broken on kernel versions < 5.4 and > 6.14 (#461440)
This commit is contained in:
@@ -66,5 +66,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with maintainers; [ plchldr ];
|
||||
broken = kernel.kernelOlder "5.4" || kernel.kernelAtLeast "6.15";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user