Commit 5a56e021 authored by Sebastián Mancilla's avatar Sebastián Mancilla
Browse files

python3Packages.rtoml: fix build on darwin

parent 5b52f743
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, setuptools-rust
, rustPlatform
, pytestCheckHook
, libiconv
}:

buildPythonPackage rec {
@@ -32,6 +33,8 @@ buildPythonPackage rec {
    cargoSetupHook
  ];

  buildInputs = [ libiconv ];

  pythonImportsCheck = [ "rtoml" ];

  checkInputs = [ pytestCheckHook ];