Skip to content

Commit 8429eab

Browse files
committed
modrinth-app: migrate to new darwin SDK pattern
Part of NixOS#354146
1 parent 65857d9 commit 8429eab

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pkgs/by-name/mo/modrinth-app-unwrapped/package.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
rustPlatform,
66
cacert,
77
cargo-tauri_1,
8-
darwin,
98
desktop-file-utils,
109
libsoup,
1110
nodejs,
@@ -57,16 +56,7 @@ rustPlatform.buildRustPackage rec {
5756
++ lib.optionals stdenv.hostPlatform.isLinux [
5857
libsoup
5958
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-
);
59+
];
7060

7161
env = {
7262
TURBO_BINARY_PATH = lib.getExe turbo;

0 commit comments

Comments
 (0)