summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kdenlive.nix
diff options
context:
space:
mode:
authorTaran Lynn <taranlynn0@gmail.com>2019-08-06 09:34:40 -0700
committerTaran Lynn <taranlynn0@gmail.com>2019-08-06 10:20:54 -0700
commit7c7d867ac8997b8fb66c9b1476264c015078b080 (patch)
tree0ef4dc58f22623357f2d121f9ee644480d33d112 /pkgs/applications/kde/kdenlive.nix
parent666b291d193145735a3fed6514aa009ae04efdc7 (diff)
kdenlive: add missing dependencies
breeze is needed for UI elements, frei0r for effects, and ffmpeg-full for ffplay to handle playback.
Diffstat (limited to 'pkgs/applications/kde/kdenlive.nix')
-rw-r--r--pkgs/applications/kde/kdenlive.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index a42210e6e403..fa75dd1eb97a 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -1,6 +1,8 @@
{ mkDerivation
, lib
, extra-cmake-modules
+, breeze-icons
+, breeze-qt5
, kdoctools
, kconfig
, kcrash
@@ -19,7 +21,8 @@
, shared-mime-info
, libv4l
, kfilemetadata
-, ffmpeg
+, ffmpeg-full
+, frei0r
, phonon-backend-gstreamer
, qtdeclarative
, qtquickcontrols
@@ -37,6 +40,8 @@ mkDerivation {
kdoctools
];
buildInputs = [
+ breeze-icons
+ breeze-qt5
kconfig
kcrash
kdbusaddons
@@ -59,7 +64,8 @@ mkDerivation {
qtwebkit
shared-mime-info
libv4l
- ffmpeg
+ ffmpeg-full
+ frei0r
rttr
kpurpose
kdeclarative