Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prinzdezibel committed Dec 16, 2024
1 parent 2ffdf84 commit fe8cdf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pkgs/by-name/ma/maturin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-yLKt/Xml7ig6QG3T5Qn39tW7U5NIN1hSOaLiSRMiy5I=";


buildInputs = [ python3 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
libiconv
];
buildInputs =
[ python3 ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
libiconv
];

# Requires network access, fails in sandbox.
doCheck = false;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/rpds-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
rustc,
rustPlatform,
libiconv,
python3
python3,
}:

buildPythonPackage rec {
Expand Down

0 comments on commit fe8cdf1

Please sign in to comment.