Skip to content

Commit

Permalink
python3Packages.pdoc: fix darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Jan 10, 2024
1 parent 43f1e31 commit 628e3e2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, rustPlatform
, cargo
, rustc
, libiconv
}:

buildPythonPackage rec {
Expand All @@ -29,6 +31,10 @@ buildPythonPackage rec {
rustc
];

buildInputs = lib.optionals stdenv.isDarwin [
libiconv
];

pythonImportsCheck = [ "pdoc_pyo3_sample_library" ];

# no tests
Expand Down

0 comments on commit 628e3e2

Please sign in to comment.