guix-commits
[Top][All Lists]
Advanced

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

18/32: gnu: kdenlive, marble-qt: Add kdoctools.


From: guix-commits
Subject: 18/32: gnu: kdenlive, marble-qt: Add kdoctools.
Date: Thu, 1 Sep 2022 10:09:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e63a0ef8af79b1315464e593a509985213216a0a
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Jul 26 10:25:42 2022 +0200

    gnu: kdenlive, marble-qt: Add kdoctools.
    
    * gnu/packages/kde.scm (kdenlive)[native-inputs]: Add kdoctools.
    (marble-qt): Move kdoctools from inputs to native-inputs.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index aa742df80f..5045d1b621 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -261,7 +261,7 @@ browser for easy news reading.")
                   `("MLT_PREFIX" ":" =
                     (,#$(this-package-input "mlt"))))))))))
     (native-inputs
-     (list extra-cmake-modules pkg-config qttools-5))
+     (list extra-cmake-modules kdoctools pkg-config qttools-5))
     (inputs
      (list bash-minimal
            breeze                       ; make dark them available easily
@@ -1007,13 +1007,12 @@ Python, PHP, and Perl.")
              "-DBUILD_TOUCH=YES"
              "-DBUILD_MARBLE_TESTS=FALSE")))
     (native-inputs
-     (list extra-cmake-modules qttools-5))
+     (list extra-cmake-modules kdoctools qttools-5))
     ;; One optional dependency missing: libwlocate.
     (inputs
      (list gpsd
            kcoreaddons
            kcrash
-           kdoctools
            ki18n
            kio
            knewstuff



reply via email to

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