We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56fd79 commit b93ac6fCopy full SHA for b93ac6f
pkgs/by-name/ca/cargo-tauri/test-app.nix
@@ -3,7 +3,6 @@
3
stdenv,
4
rustPlatform,
5
cargo-tauri,
6
- darwin,
7
glib-networking,
8
libayatana-appindicator,
9
nodejs,
@@ -55,9 +54,6 @@ rustPlatform.buildRustPackage rec {
55
54
glib-networking
56
libayatana-appindicator
57
webkitgtk_4_1
58
- ]
59
- ++ lib.optionals stdenv.isDarwin [
60
- darwin.apple_sdk.frameworks.WebKit
61
];
62
63
buildAndTestSubdir = "examples/api/src-tauri";
0 commit comments