Merge pull request #330274 from reckenrode/python-ruff-api-fix
python3Packages.ruff-api: add libiconv on Darwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user