Loading pkgs/development/python-modules/govee-local-api/default.nix +10 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , poetry-dynamic-versioning , pytestCheckHook , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, poetry-core, poetry-dynamic-versioning, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -26,13 +27,9 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "govee_local_api" ]; pythonImportsCheck = [ "govee_local_api" ]; meta = with lib; { description = "Library to communicate with Govee local API"; Loading Loading
pkgs/development/python-modules/govee-local-api/default.nix +10 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , poetry-dynamic-versioning , pytestCheckHook , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, poetry-core, poetry-dynamic-versioning, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -26,13 +27,9 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "govee_local_api" ]; pythonImportsCheck = [ "govee_local_api" ]; meta = with lib; { description = "Library to communicate with Govee local API"; Loading