Merge pull request #310198 from foolnotion/pcmanfm-qt-icons-fix

pcmanfm-qt: support svg icons
This commit is contained in:
José Romildo Malaquias 2024-05-08 19:21:53 -03:00 committed by GitHub
commit 30ff41994a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { };