mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
python3Packages.ruff-api: add libiconv on Darwin
This commit is contained in:
parent
3d6a9dbb9b
commit
1f550850bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user