Skip to content

Commit b93ac6f

Browse files
committed
cargo-tauri: migrate test app to new darwin SDK pattern
Part of NixOS#354146
1 parent d56fd79 commit b93ac6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/by-name/ca/cargo-tauri/test-app.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
stdenv,
44
rustPlatform,
55
cargo-tauri,
6-
darwin,
76
glib-networking,
87
libayatana-appindicator,
98
nodejs,
@@ -55,9 +54,6 @@ rustPlatform.buildRustPackage rec {
5554
glib-networking
5655
libayatana-appindicator
5756
webkitgtk_4_1
58-
]
59-
++ lib.optionals stdenv.isDarwin [
60-
darwin.apple_sdk.frameworks.WebKit
6157
];
6258

6359
buildAndTestSubdir = "examples/api/src-tauri";

0 commit comments

Comments
 (0)