guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: kplotting: Make some inputs native.


From: guix-commits
Subject: 07/10: gnu: kplotting: 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 1bb2ec7edcbd3f408cfbe750624c87812bd467d2
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:31:59 2020 +0200

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d010027..e57fc27 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -958,10 +958,10 @@ to flat and hierarchical lists.")
                 "11kpq34j37c1gsvj5nxhkc31bw8gw2n7nkqsfx87jw9f4v2vhmr9"))))
     (build-system qt-build-system)
     (native-inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)))
-    (inputs
-     `(("qtbase" ,qtbase)
+     `(("extra-cmake-modules" ,extra-cmake-modules)
        ("qttools" ,qttools)))
+    (inputs
+     `(("qtbase" ,qtbase)))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Data plotting library")
     (description "KPlotWidget is a QWidget-derived class that provides a 
virtual



reply via email to

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