python3Packages.ruff-api: add libiconv on Darwin

This commit is contained in:
Randy Eckenrode 2024-07-26 17:27:48 -04:00
parent 3d6a9dbb9b
commit 1f550850bb
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -5,6 +5,7 @@
cargo,
darwin,
fetchFromGitHub,
libiconv,
pythonOlder,
rustc,
rustPlatform,
@ -43,6 +44,7 @@ buildPythonPackage rec {
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.CoreServices
libiconv
];
# Tests have issues at the moment, check with next update