gnu: kdenlive: Add missing dependencies.
authorPrafulla Giri <pratheblackdiamond@gmail.com>
Wed, 16 Sep 2020 17:44:09 +0000 (23:29 +0545)
committerMathieu Othacehe <othacehe@gnu.org>
Fri, 18 Sep 2020 09:53:05 +0000 (11:53 +0200)
This allows to browse the file-system using kdenlive's own file-chooser.

* gnu/packages/kde.scm (kdenlive)
[native-inputs]: Add pkg-config.
[inputs]: Add purpose and qtwebkit.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu/packages/kde.scm

index 522907d..d661b74 100644 (file)
@@ -152,6 +152,7 @@ This package contains GUI widgets for baloo.")
       (build-system cmake-build-system)
       (native-inputs
        `(("extra-cmake-modules" ,extra-cmake-modules)
+         ("pkg-config" ,pkg-config)
          ("qttools" ,qttools)))
       (inputs
        `(("shared-mime-info" ,shared-mime-info)
@@ -179,6 +180,8 @@ This package contains GUI widgets for baloo.")
          ("qtquickcontrols2" ,qtquickcontrols2)
          ("kiconthemes" ,kiconthemes)
          ("breeze" ,breeze)
+         ("purpose" ,purpose)
+         ("qtwebkit" ,qtwebkit)
          ("qtgraphicaleffects" ,qtgraphicaleffects)
          ("kplotting" ,kplotting)))
       (arguments