guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: kio: Make some inputs native.


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

dannym pushed a commit to branch master
in repository guix.

commit ecd3237ca8e8691ba845fa4b8fa000116b724e13
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:31:58 2020 +0200

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 304dbee..d010027 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2687,6 +2687,7 @@ consumption.")
        ("solid" ,solid)))
     (native-inputs
      `(("dbus" ,dbus)
+       ("qttools" ,qttools)
        ("extra-cmake-modules" ,extra-cmake-modules)))
     (inputs
      `(;; TODO:  LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
@@ -2709,7 +2710,6 @@ consumption.")
        ("libxslt" ,libxslt)
        ("qtbase" ,qtbase)
        ("qtscript" ,qtscript)
-       ("qttools" ,qttools)
        ("qtx11extras" ,qtx11extras)
        ("sonnet" ,sonnet)))
     (arguments



reply via email to

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