ostree-rs-ext: use new darwin sdk pattern

This commit is contained in:
Nick Cao 2024-11-22 17:19:31 -05:00
parent fa0ec055fb
commit 14aee1533f
No known key found for this signature in database

View File

@ -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 = [