3
0
Fork 0
forked from mirrors/nixpkgs

gimp: Add desktopToDarwinBundle to generate bundle files

This commit is contained in:
Marco Rebhan 2022-11-21 19:38:11 +01:00
parent 7c2405b15d
commit 6bc29b9931
No known key found for this signature in database
GPG key ID: C8D0FBE381A29D36

View file

@ -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 = [