diff --git a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix index 466c365d2c3b..2b52e53755e5 100644 --- a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix +++ b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix @@ -13,6 +13,7 @@ , qtimageformats , qttools , qtwayland +, qtsvg , wrapQtAppsHook , gitUpdater }: @@ -45,6 +46,7 @@ stdenv.mkDerivation rec { qtbase qtimageformats # add-on module to support more image file formats qtwayland + qtsvg ]; passthru.updateScript = gitUpdater { };