summary refs log tree commit diff
path: root/pkgs/os-specific/linux/can-isotp
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-07-23 12:42:08 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-07-23 13:13:21 -0300
commit05fc99037caccdaf7212ed55137359204f7ebd99 (patch)
tree840a65aacde50ba2b7fb662d4c02bc67a0e68617 /pkgs/os-specific/linux/can-isotp
parent2133278f96966989cb7693cc289def2bedfd6c05 (diff)
downloadnixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar.gz
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar.bz2
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar.lz
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar.xz
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.tar.zst
nixpkgs-05fc99037caccdaf7212ed55137359204f7ebd99.zip
linuxKernel.packages.linux_5_18.can-isotp: mark broken
Diffstat (limited to 'pkgs/os-specific/linux/can-isotp')
-rw-r--r--pkgs/os-specific/linux/can-isotp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/can-isotp/default.nix b/pkgs/os-specific/linux/can-isotp/default.nix
index 73edb3be9ec..7c20b74e54c 100644
--- a/pkgs/os-specific/linux/can-isotp/default.nix
+++ b/pkgs/os-specific/linux/can-isotp/default.nix
@@ -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;