cargo-tauri: migrate test app to new darwin SDK pattern

Part of #354146
This commit is contained in:
seth 2024-11-15 20:41:34 -05:00
parent d56fd79f0c
commit b93ac6fea9
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -3,7 +3,6 @@
stdenv,
rustPlatform,
cargo-tauri,
darwin,
glib-networking,
libayatana-appindicator,
nodejs,
@ -55,9 +54,6 @@ rustPlatform.buildRustPackage rec {
glib-networking
libayatana-appindicator
webkitgtk_4_1
]
++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.WebKit
];
buildAndTestSubdir = "examples/api/src-tauri";