18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
26 inherit pname version;
27 hash = "sha256-WU8q6A3q24xrCOjhMi1C4lj0DULIDWiG2E4BQ/kLWiM=";
35 propagatedBuildInputs = [
44 passthru.optional-dependencies.plot = [
51 ] ++ passthru.optional-dependencies.plot;
53 pythonImportsCheck = [
58 description = "Tools to work with CAN bus";
59 mainProgram = "cantools";
60 homepage = "https://github.com/cantools/cantools";
61 changelog = "https://github.com/cantools/cantools/releases/tag/${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ gray-heron ];