Merge pull request #182593 from superherointj/mark-broken-linuxKernel.packages.linux_lqx.can-isotp

linuxKernel.packages.linux_5_18.can-isotp: mark broken
This commit is contained in:
superherointj 2022-07-23 13:37:12 -03:00 committed by GitHub
commit 63dfbeef3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;