From 8429eab972ee29c3ca16607178955b0dceaddd6d Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 14 Nov 2024 16:48:22 -0500 Subject: [PATCH] modrinth-app: migrate to new darwin SDK pattern Part of https://github.com/NixOS/nixpkgs/issues/354146 --- pkgs/by-name/mo/modrinth-app-unwrapped/package.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix index 87a0a82532b1..bf51778e90e2 100644 --- a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +++ b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix @@ -5,7 +5,6 @@ rustPlatform, cacert, cargo-tauri_1, - darwin, desktop-file-utils, libsoup, nodejs, @@ -57,16 +56,7 @@ rustPlatform.buildRustPackage rec { ++ lib.optionals stdenv.hostPlatform.isLinux [ libsoup webkitgtk_4_0 - ] - ++ lib.optionals stdenv.hostPlatform.isDarwin ( - with darwin.apple_sdk.frameworks; - [ - AppKit - CoreServices - Security - WebKit - ] - ); + ]; env = { TURBO_BINARY_PATH = lib.getExe turbo;