summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-10-24 06:41:09 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-11-07 07:18:47 -0600
commit1f5b6a2f60fd86ee641fe5e1c0de473d503bb288 (patch)
treeeddff5dee358a4bc97b3d80aecdb8f67a552f45f /pkgs
parentfe0ab944db2176e6757ae89aeebea16ab8dc69d0 (diff)
downloadnixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar.gz
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar.bz2
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar.lz
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar.xz
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.tar.zst
nixpkgs-1f5b6a2f60fd86ee641fe5e1c0de473d503bb288.zip
kdenlive: missing dependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/kde/kdenlive.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index 854e346e290..17d7da7b702 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -2,7 +2,6 @@
 , lib
 , extra-cmake-modules
 , kdoctools
-, qtscript
 , kactivities
 , kconfig
 , kcrash
@@ -27,7 +26,10 @@
 , kfilemetadata
 , ffmpeg
 , phonon-backend-gstreamer
+, qtdeclarative
 , qtquickcontrols
+, qtscript
+, qtwebkit
 }:
 
 mkDerivation {
@@ -56,8 +58,10 @@ mkDerivation {
     ktextwidgets
     mlt
     phonon-backend-gstreamer
+    qtdeclarative
     qtquickcontrols
     qtscript
+    qtwebkit
     shared_mime_info
     libv4l
     ffmpeg