dezoomify-rs: migrate to new apple-sdk pattern

This commit is contained in:
Alex James 2024-11-12 18:31:12 -06:00
parent 62a74f8045
commit 3b8daca283
No known key found for this signature in database
GPG Key ID: 4729B829AC5FCC72

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"