From e4f64d8fb514678c59ebb7eeae47a79e06e9cdda Mon Sep 17 00:00:00 2001 From: Mio Date: Tue, 30 Jun 2026 12:43:29 +1200 Subject: [PATCH] trayscale: add macOS application bundle --- pkgs/by-name/tr/trayscale/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/tr/trayscale/package.nix b/pkgs/by-name/tr/trayscale/package.nix index 150d4564fc54..f02a2fa0621a 100644 --- a/pkgs/by-name/tr/trayscale/package.nix +++ b/pkgs/by-name/tr/trayscale/package.nix @@ -1,5 +1,6 @@ { lib, + stdenv, buildGoModule, fetchFromGitHub, pkg-config, @@ -8,6 +9,7 @@ gtk4, gobject-introspection, libadwaita, + desktopToDarwinBundle, }: buildGoModule (finalAttrs: { @@ -35,6 +37,9 @@ buildGoModule (finalAttrs: { pkg-config gobject-introspection wrapGAppsHook4 + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + desktopToDarwinBundle ]; buildInputs = [ gtk4