Loading pkgs/development/python-modules/rtoml/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , setuptools-rust , rustPlatform , pytestCheckHook , libiconv }: buildPythonPackage rec { Loading Loading @@ -32,6 +33,8 @@ buildPythonPackage rec { cargoSetupHook ]; buildInputs = [ libiconv ]; pythonImportsCheck = [ "rtoml" ]; checkInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/rtoml/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , setuptools-rust , rustPlatform , pytestCheckHook , libiconv }: buildPythonPackage rec { Loading Loading @@ -32,6 +33,8 @@ buildPythonPackage rec { cargoSetupHook ]; buildInputs = [ libiconv ]; pythonImportsCheck = [ "rtoml" ]; checkInputs = [ pytestCheckHook ]; Loading