pcmanfm-qt: support svg icons
This commit is contained in:
parent
b3590a77b8
commit
fce49b0dfa
1 changed files with 2 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue