Loading pkgs/development/python-modules/rustworkx/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ libiconv, stdenv, lib, pytestCheckHook, }: buildPythonPackage rec { Loading Loading @@ -45,12 +46,17 @@ buildPythonPackage rec { buildInputs = [ numpy ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; checkInputs = [ nativeCheckInputs = [ fixtures networkx pytestCheckHook testtools ]; preCheck = '' rm -r rustworkx ''; pythonImportsCheck = [ "rustworkx" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/rustworkx/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ libiconv, stdenv, lib, pytestCheckHook, }: buildPythonPackage rec { Loading Loading @@ -45,12 +46,17 @@ buildPythonPackage rec { buildInputs = [ numpy ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; checkInputs = [ nativeCheckInputs = [ fixtures networkx pytestCheckHook testtools ]; preCheck = '' rm -r rustworkx ''; pythonImportsCheck = [ "rustworkx" ]; meta = with lib; { Loading