Loading pkgs/development/python-modules/py-zabbix/default.nix +9 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,13 +30,9 @@ buildPythonPackage rec { }) ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyzabbix" ]; pythonImportsCheck = [ "pyzabbix" ]; meta = with lib; { description = "Python module to interact with Zabbix"; Loading Loading
pkgs/development/python-modules/py-zabbix/default.nix +9 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,13 +30,9 @@ buildPythonPackage rec { }) ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyzabbix" ]; pythonImportsCheck = [ "pyzabbix" ]; meta = with lib; { description = "Python module to interact with Zabbix"; Loading