diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2024-11-24 11:25:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 11:25:15 +0100 |
| commit | 2a6c8a3998d8d55e402a100b175b3d0e08b5bf82 (patch) | |
| tree | fab2cc0cabf434a9b2003cb3a57d9ae32b880c1e | |
| parent | [Backport release-24.11] contour: 0.4.3.6442 -> 0.5.1.7247 (#358386) (diff) | |
| parent | dezoomify-rs: migrate to new apple-sdk pattern (diff) | |
| download | nixpkgs-2a6c8a3998d8d55e402a100b175b3d0e08b5bf82.tar.gz | |
[Backport release-24.11] dezoomify-rs: migrate to new apple-sdk pattern (#358609)
| -rw-r--r-- | pkgs/by-name/de/dezoomify-rs/package.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/by-name/de/dezoomify-rs/package.nix b/pkgs/by-name/de/dezoomify-rs/package.nix index b8f637088d13..35fa5f60b20a 100644 --- a/pkgs/by-name/de/dezoomify-rs/package.nix +++ b/pkgs/by-name/de/dezoomify-rs/package.nix @@ -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" |
