Skip to content

Commit

Permalink
Remove unnecessary build inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
prinzdezibel committed Dec 15, 2024
1 parent 24c7809 commit 6858134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/ma/maturin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-yLKt/Xml7ig6QG3T5Qn39tW7U5NIN1hSOaLiSRMiy5I=";

buildInputs =
[ python3 ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
libiconv
];
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/rpds-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
rustc,
rustPlatform,
libiconv,
python3,
}:

buildPythonPackage rec {
Expand All @@ -36,7 +35,6 @@ buildPythonPackage rec {
rustPlatform.maturinBuildHook
cargo
rustc
python3
];

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
Expand Down

0 comments on commit 6858134

Please sign in to comment.