Skip to content

Commit

Permalink
cargo-tauri: migrate test app to new darwin SDK pattern
Browse files Browse the repository at this point in the history
Part of #354146

(cherry picked from commit b93ac6f)
  • Loading branch information
getchoo authored and github-actions[bot] committed Nov 16, 2024
1 parent 2cf8bb0 commit 61f0981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/by-name/ca/cargo-tauri/test-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
stdenv,
rustPlatform,
cargo-tauri,
darwin,
glib-networking,
libayatana-appindicator,
nodejs,
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 61f0981

Please sign in to comment.