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 NixOS#354146
  • Loading branch information
getchoo authored and Daru-san committed Nov 20, 2024
1 parent b5364da commit 48f2d42
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 48f2d42

Please sign in to comment.