[Backport release-24.11] dezoomify-rs: migrate to new apple-sdk pattern (#358609)

This commit is contained in:
Weijia Wang 2024-11-24 11:25:15 +01:00 committed by GitHub
commit 2a6c8a3998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
darwin,
@ -19,13 +18,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-0T5zvd78l3ghop/KoIgXYoGssVV9F+ppJV2pWyLnwxo=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk.frameworks;
[
SystemConfiguration
]
);
checkFlags = [
# Tests failing due to networking errors in Nix build environment
"--skip=local_generic_tiles"