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

This commit is contained in:
superherointj 2022-07-23 12:42:08 -03:00
parent 2133278f96
commit 05fc99037c

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation {
nativeBuildInputs = kernel.moduleBuildDependencies;
meta = with lib; {
broken = kernel.kernelAtLeast "5.16";
description = "Kernel module for ISO-TP (ISO 15765-2)";
homepage = "https://github.com/hartkopp/can-isotp";
license = licenses.gpl2;