Unverified Commit fce49b0d authored by Bogdan Burlacu's avatar Bogdan Burlacu
Browse files

pcmanfm-qt: support svg icons

parent b3590a77
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 { };