lxqt.lximage-qt: add qtimageformats plugin

Adds the qtimageformats plugin to provide viewing support for some
additional formats, including TIFF and WEBP. Closure size increases
by 650KiB to 530MiB.
This commit is contained in:
Thomas Watson 2022-07-01 12:09:16 -05:00
parent f1dd761ae8
commit 782b85a9c2

View file

@ -7,6 +7,7 @@
, qttools , qttools
, qtx11extras , qtx11extras
, qtsvg , qtsvg
, qtimageformats
, xorg , xorg
, lxqt-build-tools , lxqt-build-tools
, libfm-qt , libfm-qt
@ -36,6 +37,7 @@ mkDerivation rec {
qttools qttools
qtx11extras qtx11extras
qtsvg qtsvg
qtimageformats # add-on module to support more image file formats
libfm-qt libfm-qt
xorg.libpthreadstubs xorg.libpthreadstubs
xorg.libXdmcp xorg.libXdmcp