linuxPackages.akvcam: mark broken on Linux 5.18

+1
+1
pkgs/os-specific/linux/akvcam/default.nix
··· 29 29 maintainers = with maintainers; [ freezeboy ]; 30 30 platforms = platforms.linux; 31 31 license = licenses.gpl2Only; 32 + broken = kernel.kernelAtLeast "5.18"; 32 33 }; 33 34 }