guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: kxmlgui: Make some inputs native.


From: guix-commits
Subject: 08/10: gnu: kxmlgui: Make some inputs native.
Date: Sun, 5 Apr 2020 18:03:34 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 3496519f18dbd749d630b49989e2127f84b9918c
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:32:00 2020 +0200

    gnu: kxmlgui: Make some inputs native.
    
    * gnu/packages/kde-framework.scm (kxmlgui)[inputs]: Move qttools from 
here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e57fc27..a586b26 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3242,7 +3242,8 @@ the passwords on KDE work spaces.")
      `(("kconfig" ,kconfig)
        ("kconfigwidgets" ,kconfigwidgets)))
     (native-inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)))
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("qttools" ,qttools)))
     (inputs
      `(("attica" ,attica)
        ("kauth" ,kauth)
@@ -3256,7 +3257,6 @@ the passwords on KDE work spaces.")
        ("kwidgetsaddons" ,kwidgetsaddons)
        ("kwindowsystem" ,kwindowsystem)
        ("qtbase" ,qtbase)
-       ("qttools" ,qttools)
        ("sonnet" ,sonnet)))
     (arguments
      `(#:tests? #f ; FIXME: 1/5 tests fail.



reply via email to

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