tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxKernel.packages.linux_5_18.can-isotp: mark broken
superherointj
3 years ago
05fc9903
2133278f
+1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
can-isotp
default.nix
+1
pkgs/os-specific/linux/can-isotp/default.nix
···
24
24
nativeBuildInputs = kernel.moduleBuildDependencies;
25
25
26
26
meta = with lib; {
27
27
+
broken = kernel.kernelAtLeast "5.16";
27
28
description = "Kernel module for ISO-TP (ISO 15765-2)";
28
29
homepage = "https://github.com/hartkopp/can-isotp";
29
30
license = licenses.gpl2;