guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: snorenotify: Build with modular qt.


From: Efraim Flashner
Subject: 03/04: gnu: snorenotify: Build with modular qt.
Date: Thu, 7 Jul 2016 09:24:00 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5f2074ca66c682c54a1a5679b2e2c265d5feab1c
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 7 10:53:21 2016 +0300

    gnu: snorenotify: Build with modular qt.
    
    * gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, 
qttools.
---
 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 8b09c22..34a5046 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -70,7 +70,8 @@ cards.")
      `(#:tests? #f)) ; both tests fail, require display
     (inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
-       ("qt" ,qt)))
+       ("qtbase" ,qtbase)
+       ("qttools" ,qttools)))
     (home-page "https://techbase.kde.org/Projects/Snorenotify";)
     (synopsis "Qt notification framework")
     (description "Snorenotify is a multi platform Qt notification framework.



reply via email to

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