Loading pkgs/development/python-modules/psd-tools/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ , numpy , aggdraw , pytestCheckHook , pytest-cov , ipython , cython , cython_3 }: buildPythonPackage rec { Loading @@ -29,7 +30,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ cython cython_3 ]; propagatedBuildInputs = [ Loading @@ -45,6 +46,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/psd-tools/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ , numpy , aggdraw , pytestCheckHook , pytest-cov , ipython , cython , cython_3 }: buildPythonPackage rec { Loading @@ -29,7 +30,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ cython cython_3 ]; propagatedBuildInputs = [ Loading @@ -45,6 +46,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov ]; pythonImportsCheck = [ Loading