guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: kdenlive: Add missing dependencies.


From: guix-commits
Subject: 02/03: gnu: kdenlive: Add missing dependencies.
Date: Fri, 18 Sep 2020 06:11:27 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 34b6dd36bb63e75a2e64a2c9b008c098162b7558
Author: Prafulla Giri <pratheblackdiamond@gmail.com>
AuthorDate: Wed Sep 16 23:29:09 2020 +0545

    gnu: kdenlive: Add missing dependencies.
    
    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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 522907d..d661b74 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]