mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
ostree-rs-ext: use new darwin sdk pattern
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user