about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-22 17:25:18 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-20 20:17:59 -0400
commitca74410fedd973f4df70d7f58b93d21fa2c358ce (patch)
tree8330f0e773b11d3fa6ea5d1cfcc9160f419fccf4 /pkgs/applications/kde
parentdd80af47564c998d3e21cf4e35850ad901a7afcd (diff)
kdenlive: add missing deps
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kdenlive.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index 9da12b248c568..a42210e6e4031 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -25,6 +25,9 @@
 , qtquickcontrols
 , qtscript
 , qtwebkit
+, rttr
+, kpurpose
+, kdeclarative
 }:
 
 mkDerivation {
@@ -57,6 +60,9 @@ mkDerivation {
     shared-mime-info
     libv4l
     ffmpeg
+    rttr
+    kpurpose
+    kdeclarative
   ];
   postPatch =
     # Module Qt5::Concurrent must be included in `find_package` before it is used.