From 782b85a9c24fb137a710840954f489614599249e Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 1 Jul 2022 12:09:16 -0500 Subject: [PATCH 1/2] 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. --- pkgs/desktops/lxqt/lximage-qt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/lxqt/lximage-qt/default.nix b/pkgs/desktops/lxqt/lximage-qt/default.nix index 22f253ad973..b83289056d9 100644 --- a/pkgs/desktops/lxqt/lximage-qt/default.nix +++ b/pkgs/desktops/lxqt/lximage-qt/default.nix @@ -7,6 +7,7 @@ , qttools , qtx11extras , qtsvg +, qtimageformats , xorg , lxqt-build-tools , libfm-qt @@ -36,6 +37,7 @@ mkDerivation rec { qttools qtx11extras qtsvg + qtimageformats # add-on module to support more image file formats libfm-qt xorg.libpthreadstubs xorg.libXdmcp From 4e9369f65e5babf442ded90dcf0f4ebe919df869 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 1 Jul 2022 12:19:29 -0500 Subject: [PATCH 2/2] 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 ad74d0fca70..e5f3246b06b 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