mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
cargo-tauri: migrate test app to new darwin SDK pattern
Part of #354146
This commit is contained in:
parent
d56fd79f0c
commit
b93ac6fea9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user