Unverified Commit 4f0c549c authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #146518 from smancill/ZHF-python3-rtoml

python3Packages.rtoml: fix build on darwin
parents ab3a1ce5 5a56e021
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 ];