summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4/kwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4/kwin/default.nix')
-rw-r--r--pkgs/desktops/plasma-5.4/kwin/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5.4/kwin/default.nix b/pkgs/desktops/plasma-5.4/kwin/default.nix
index 89da25f691d8..2ba35807ff86 100644
--- a/pkgs/desktops/plasma-5.4/kwin/default.nix
+++ b/pkgs/desktops/plasma-5.4/kwin/default.nix
@@ -4,7 +4,8 @@
 , ki18n, kiconthemes, kinit, kio, knewstuff, knotifications
 , kpackage, kservice, kwayland, kwidgetsaddons, kwindowsystem
 , kxmlgui, libinput, libICE, libSM, plasma-framework, qtdeclarative
-, qtscript, qtx11extras, udev, wayland, xcb-util-cursor, makeQtWrapper
+, qtmultimedia, qtscript, qtx11extras, udev, wayland, xcb-util-cursor
+, makeQtWrapper
 }:
 
 plasmaPackage {
@@ -22,7 +23,7 @@ plasmaPackage {
   ];
   propagatedBuildInputs = [
     kactivities kdeclarative kglobalaccel ki18n kio kwindowsystem
-    plasma-framework qtdeclarative qtx11extras
+    plasma-framework qtdeclarative qtmultimedia qtx11extras
   ];
   patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
   postInstall = ''