cargo-unfmt: use new darwin sdk pattern

This commit is contained in:
Nick Cao
2024-12-03 14:19:40 -05:00
parent 7bc42ab29b
commit f5a35dd142
-5
View File
@@ -1,9 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, rustPlatform
, darwin
, libiconv
}:
rustPlatform.buildRustPackage {
@@ -19,8 +16,6 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-mMeHTYCUIZR3jVvTxfyH4I9wGfUdCWcyn9djnksAY8k=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
# Doc tests are broken on 0.3.3
doCheck = false;