about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBogdan Burlacu <bogdan.burlacu@pm.me>2024-05-08 22:19:15 +0200
committerBogdan Burlacu <bogdan.burlacu@pm.me>2024-05-08 22:19:15 +0200
commitfce49b0dfa84bd724ff1a8ae81aa75febd70567b (patch)
tree1fb88c6c83bd01837c29ab2aa5ff892a48499084 /pkgs
parentb3590a77b8b5e67a2bbac22fa4ed50b84ffbef57 (diff)
pcmanfm-qt: support svg icons
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/lxqt/pcmanfm-qt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix
index 466c365d2c3b9..2b52e53755e50 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 { };