guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: snorenotify: Update inputs.


From: guix-commits
Subject: 02/04: gnu: snorenotify: Update inputs.
Date: Thu, 28 Nov 2019 05:30:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3c526173ddb072e031429a4c93dc3318188e8f8b
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 27 22:15:27 2019 +0200

    gnu: snorenotify: Update inputs.
    
    * gnu/packages/kde.scm (snorenotify)[inputs]: Move extra-cmake-modules,
    qttools ...
    [native-inputs]: ... to here.
---
 gnu/packages/kde.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 778873e..483eeeb 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -517,8 +517,9 @@ cards.")
     (arguments
      `(#:tests? #f)) ; both tests fail, require display
     (inputs
+     `(("qtbase" ,qtbase)))
+    (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
-       ("qtbase" ,qtbase)
        ("qttools" ,qttools)))
     (home-page "https://techbase.kde.org/Projects/Snorenotify";)
     (synopsis "Qt notification framework")



reply via email to

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