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 6a177f5 commit 56de6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/maturin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-yLKt/Xml7ig6QG3T5Qn39tW7U5NIN1hSOaLiSRMiy5I=";

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

# Requires network access, fails in sandbox.
doCheck = false;
Expand Down

0 comments on commit 56de6b1

Please sign in to comment.