lol

python312Packages.pynmea2: format with nixfmt

+11 -16
+11 -16
pkgs/development/python-modules/pynmea2/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchPypi 4 - , fetchpatch 5 - , pytestCheckHook 6 - , setuptools 7 - , pythonOlder 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + fetchpatch, 6 + pytestCheckHook, 7 + setuptools, 8 + pythonOlder, 8 9 }: 9 10 10 11 buildPythonPackage rec { ··· 28 29 }) 29 30 ]; 30 31 31 - build-system = [ 32 - setuptools 33 - ]; 32 + build-system = [ setuptools ]; 34 33 35 - nativeCheckInputs = [ 36 - pytestCheckHook 37 - ]; 34 + nativeCheckInputs = [ pytestCheckHook ]; 38 35 39 - pythonImportsCheck = [ 40 - "pynmea2" 41 - ]; 36 + pythonImportsCheck = [ "pynmea2" ]; 42 37 43 38 meta = { 44 39 description = "Python library for the NMEA 0183 protcol";