From a41d3827acd36acaea4ae9331b491a11e9c84d7c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 13 Aug 2024 21:35:00 +0400 Subject: [PATCH] meld: add darwin bundle --- pkgs/applications/version-management/meld/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/meld/default.nix b/pkgs/applications/version-management/meld/default.nix index 681da8792f39..1fcc3c235816 100644 --- a/pkgs/applications/version-management/meld/default.nix +++ b/pkgs/applications/version-management/meld/default.nix @@ -1,4 +1,5 @@ { lib +, stdenv , fetchurl , gettext , itstool @@ -15,6 +16,7 @@ , gnome , adwaita-icon-theme , gsettings-desktop-schemas +, desktopToDarwinBundle }: python3.pkgs.buildPythonApplication rec { @@ -39,7 +41,7 @@ python3.pkgs.buildPythonApplication rec { gobject-introspection wrapGAppsHook3 gtk3 # for gtk-update-icon-cache - ]; + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ]; buildInputs = [ gtk3