From 5e3a9ac4eb4636aa0209ccf4e3ff958baf31969d Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 14 Dec 2023 06:18:31 -0500 Subject: modrinth-app: add AppKit to buildInputs on darwin --- pkgs/modrinth-app/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pkgs/modrinth-app/default.nix') diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix index df5705a..5e658b5 100644 --- a/pkgs/modrinth-app/default.nix +++ b/pkgs/modrinth-app/default.nix @@ -7,6 +7,7 @@ buildGoModule, makeDesktopItem, copyDesktopItems, + AppKit, CoreServices, Security, WebKit, @@ -85,7 +86,12 @@ rustPlatform.buildRustPackage rec { libsoup webkitgtk ] - ++ lib.optionals stdenv.isDarwin [CoreServices Security WebKit]; + ++ lib.optionals stdenv.isDarwin [ + AppKit + CoreServices + Security + WebKit + ]; nativeBuildInputs = [ pkg-config -- cgit v1.2.3