Commit a48f1123 authored by Dee Anzorge's avatar Dee Anzorge
Browse files

dolphin: add qtimageformats

This allows Dolphin to render thumbnails/previews for more image
formats, like webp.
parent bc9476ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  kcompletion, kconfig, kcoreaddons, kdbusaddons,
  kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
  kparts, ktexteditor, kwindowsystem, phonon, solid,
  kuserfeedback, wayland, qtwayland, qtx11extras
  kuserfeedback, wayland, qtwayland, qtx11extras, qtimageformats
}:

mkDerivation {
@@ -26,6 +26,7 @@ mkDerivation {
    kuserfeedback
    wayland qtwayland
    qtx11extras
    qtimageformats
  ];
  outputs = [ "out" "dev" ];
}