python3Packages.rtoml: fix build on darwin
This commit is contained in:
parent
5b52f74308
commit
5a56e02125
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, setuptools-rust
|
||||
, rustPlatform
|
||||
, pytestCheckHook
|
||||
, libiconv
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -32,6 +33,8 @@ buildPythonPackage rec {
|
|||
cargoSetupHook
|
||||
];
|
||||
|
||||
buildInputs = [ libiconv ];
|
||||
|
||||
pythonImportsCheck = [ "rtoml" ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
|
Loading…
Reference in a new issue