forked from mirrors/nixpkgs
gimp: Add desktopToDarwinBundle to generate bundle files
This commit is contained in:
parent
7c2405b15d
commit
6bc29b9931
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue