about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorMarco Rebhan <me@dblsaiko.net>2022-11-21 19:38:11 +0100
committerMarco Rebhan <me@dblsaiko.net>2023-04-25 22:47:24 +0200
commit6bc29b99312868ffd410f0afaa359d37e5eaa825 (patch)
tree436affc9373d45d2545b45468611dd575c51c602 /pkgs/applications/graphics/gimp
parent7c2405b15d17592190fffb50bf3c635b14cd0dba (diff)
gimp: Add desktopToDarwinBundle to generate bundle files
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index e7b257cea4384..5e1fbe375876b 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -44,6 +44,7 @@
 , libheif
 , libgudev
 , openexr
+, desktopToDarwinBundle
 , AppKit
 , Cocoa
 , gtk-mac-integration-gtk2
@@ -84,6 +85,8 @@ in stdenv.mkDerivation (finalAttrs: {
     gettext
     makeWrapper
     gtk-doc
+  ] ++ lib.optionals stdenv.isDarwin [
+    desktopToDarwinBundle
   ];
 
   buildInputs = [