pcmanfm-qt: support svg icons

This commit is contained in:
Bogdan Burlacu 2024-05-08 22:19:15 +02:00
parent b3590a77b8
commit fce49b0dfa
No known key found for this signature in database
GPG Key ID: 1EE73B8BD2CE51B0

View File

@ -13,6 +13,7 @@
, qtimageformats , qtimageformats
, qttools , qttools
, qtwayland , qtwayland
, qtsvg
, wrapQtAppsHook , wrapQtAppsHook
, gitUpdater , gitUpdater
}: }:
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
qtbase qtbase
qtimageformats # add-on module to support more image file formats qtimageformats # add-on module to support more image file formats
qtwayland qtwayland
qtsvg
]; ];
passthru.updateScript = gitUpdater { }; passthru.updateScript = gitUpdater { };