linuxPackages.rtl8192eu: mark broken on Linux 5.18

+1 -1
+1 -1
pkgs/os-specific/linux/rtl8192eu/default.nix
··· 38 homepage = "https://github.com/Mange/rtl8192eu-linux-driver"; 39 license = licenses.gpl2Only; 40 platforms = platforms.linux; 41 - broken = stdenv.hostPlatform.isAarch64; 42 maintainers = with maintainers; [ troydm ]; 43 }; 44 }
··· 38 homepage = "https://github.com/Mange/rtl8192eu-linux-driver"; 39 license = licenses.gpl2Only; 40 platforms = platforms.linux; 41 + broken = stdenv.hostPlatform.isAarch64 || kernel.kernelAtLeast "5.18"; 42 maintainers = with maintainers; [ troydm ]; 43 }; 44 }