Loading pkgs/development/python-modules/adext/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools-scm , alarmdecoder , pytestCheckHook { lib, buildPythonPackage, fetchFromGitHub, setuptools-scm, alarmdecoder, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -18,17 +19,11 @@ buildPythonPackage rec { hash = "sha256-y8BvcSc3vD0FEWiyzW2Oh6PBS2Itjs2sz+9Dzh5yqSg="; }; build-system = [ setuptools-scm ]; build-system = [ setuptools-scm ]; dependencies = [ alarmdecoder ]; dependencies = [ alarmdecoder ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "adext" ]; Loading Loading
pkgs/development/python-modules/adext/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools-scm , alarmdecoder , pytestCheckHook { lib, buildPythonPackage, fetchFromGitHub, setuptools-scm, alarmdecoder, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -18,17 +19,11 @@ buildPythonPackage rec { hash = "sha256-y8BvcSc3vD0FEWiyzW2Oh6PBS2Itjs2sz+9Dzh5yqSg="; }; build-system = [ setuptools-scm ]; build-system = [ setuptools-scm ]; dependencies = [ alarmdecoder ]; dependencies = [ alarmdecoder ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "adext" ]; Loading