linuxPackages.rtl8812au: mark broken on Linux 5.15
https://github.com/gordboy/rtl8812au-5.9.3.2/issues/27
This commit is contained in:
parent
163e90cdd7
commit
3683cca605
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fortuneteller2k ];
|
maintainers = with maintainers; [ fortuneteller2k ];
|
||||||
broken = kernel.kernelOlder "4.10" || kernel.isHardened;
|
broken = kernel.kernelOlder "4.10" || kernel.kernelAtLeast "5.15" || kernel.isHardened;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user