From 4e9369f65e5babf442ded90dcf0f4ebe919df869 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 1 Jul 2022 12:19:29 -0500 Subject: [PATCH] lxqt.pcmanfm-qt: add qtimageformats plugin Adds the qtimageformats plugin to provide thumbnailing support for some additional formats, including TIFF and WEBP. Closure size increases by 650KiB to 530MiB. --- pkgs/desktops/lxqt/pcmanfm-qt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix index ad74d0fca704..e5f3246b06bb 100644 --- a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix +++ b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix @@ -7,6 +7,7 @@ , qtbase , qttools , qtx11extras +, qtimageformats , libfm-qt , menu-cache , lxmenu-data @@ -34,6 +35,7 @@ mkDerivation rec { qtbase qttools qtx11extras + qtimageformats # add-on module to support more image file formats libfm-qt libfm-qt menu-cache