linuxKernel.packages.linux_5_18.can-isotp: mark broken

+1
+1
pkgs/os-specific/linux/can-isotp/default.nix
··· 24 nativeBuildInputs = kernel.moduleBuildDependencies; 25 26 meta = with lib; { 27 description = "Kernel module for ISO-TP (ISO 15765-2)"; 28 homepage = "https://github.com/hartkopp/can-isotp"; 29 license = licenses.gpl2;
··· 24 nativeBuildInputs = kernel.moduleBuildDependencies; 25 26 meta = with lib; { 27 + broken = kernel.kernelAtLeast "5.16"; 28 description = "Kernel module for ISO-TP (ISO 15765-2)"; 29 homepage = "https://github.com/hartkopp/can-isotp"; 30 license = licenses.gpl2;