digikam: wrap with exiftool

This commit is contained in:
éclairevoyant 2024-08-05 20:41:17 -04:00
parent b0baa71c8a
commit 14d2848c92
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -12,6 +12,7 @@
bison, bison,
wrapGAppsHook3, wrapGAppsHook3,
exiftool,
opencv, opencv,
libtiff, libtiff,
libpng, libpng,
@ -181,6 +182,7 @@ stdenv.mkDerivation (finalAttrs: {
gnumake gnumake
hugin hugin
enblend-enfuse enblend-enfuse
exiftool
] ]
}) })
qtWrapperArgs+=(--suffix DK_PLUGIN_PATH : ${placeholder "out"}/${kdePackages.qtbase.qtPluginPrefix}/digikam) qtWrapperArgs+=(--suffix DK_PLUGIN_PATH : ${placeholder "out"}/${kdePackages.qtbase.qtPluginPrefix}/digikam)