kdenlive: add missing deps

This commit is contained in:
worldofpeace 2019-04-22 17:25:18 -04:00 committed by worldofpeace
parent dd80af4756
commit ca74410fed

View file

@ -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.