ostree-rs-ext: use new darwin sdk pattern

This commit is contained in:
Nick Cao
2024-12-03 14:18:34 -05:00
parent fa0ec055fb
commit 14aee1533f
@@ -8,7 +8,6 @@
, zlib
, ostree
, stdenv
, darwin
, util-linux
, skopeo
, gnutar
@@ -44,9 +43,6 @@ rustPlatform.buildRustPackage rec {
openssl
zlib
ostree
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.Security
];
checkFlags = [