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 65857d9 commit 8429eabCopy full SHA for 8429eab
pkgs/by-name/mo/modrinth-app-unwrapped/package.nix
@@ -5,7 +5,6 @@
5
rustPlatform,
6
cacert,
7
cargo-tauri_1,
8
- darwin,
9
desktop-file-utils,
10
libsoup,
11
nodejs,
@@ -57,16 +56,7 @@ rustPlatform.buildRustPackage rec {
57
56
++ lib.optionals stdenv.hostPlatform.isLinux [
58
libsoup
59
webkitgtk_4_0
60
- ]
61
- ++ lib.optionals stdenv.hostPlatform.isDarwin (
62
- with darwin.apple_sdk.frameworks;
63
- [
64
- AppKit
65
- CoreServices
66
- Security
67
- WebKit
68
69
- );
+ ];
70
71
env = {
72
TURBO_BINARY_PATH = lib.getExe turbo;
0 commit comments