mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
linuxPackages.rtl8192eu: mark broken on Linux 5.18
This commit is contained in:
parent
d156a9eca3
commit
b3f626f6a0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/Mange/rtl8192eu-linux-driver";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
broken = stdenv.hostPlatform.isAarch64 || kernel.kernelAtLeast "5.18";
|
||||
maintainers = with maintainers; [ troydm ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue