rekado pushed a commit to branch master
in repository guix.

commit 5c7d62242a7f066b5b248beb6b87c94e72813936
Author: Ricardo Wurmus <[email protected]>
Date:   Thu May 25 09:35:30 2017 +0200

    gnu: cmst: Use modular Qt.
    
    * gnu/packages/connman.scm (cmst)[inputs]: Remove qt; add qtbase.
    [native-inputs]: Remove qt; add qttools.
---
 gnu/packages/connman.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index b3d62d6..08e7251 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2017 Clément Lassieur <[email protected]>
+;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -145,9 +146,9 @@ sharing) to clients via USB, ethernet, WiFi, cellular and 
Bluetooth.")
        (sha256
         (base32 "16g9byxr1rkmrnzi6sjplpmkr8h6pqj7418jz30czqviw5qlkqwl"))))
     (inputs
-     `(("qt" ,qt)))
+     `(("qtbase" ,qtbase)))
     (native-inputs
-     `(("qmake" ,qt)))
+     `(("qttools" ,qttools)))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

Reply via email to