Commit cdb49c94 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.py-zabbix: format with nixfmt

parent 9fdde86c
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, pythonOlder
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -29,13 +30,9 @@ buildPythonPackage rec {
    })
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "pyzabbix"
  ];
  pythonImportsCheck = [ "pyzabbix" ];

  meta = with lib; {
    description = "Python module to interact with Zabbix";