guix-commits
[Top][All Lists]
Advanced

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

28/36: gnu: polkit-qt: Use modular qt.


From: David Craven
Subject: 28/36: gnu: polkit-qt: Use modular qt.
Date: Thu, 18 Aug 2016 15:58:30 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 51b1d5398793bf717a9d2cb6478efc7a173754fa
Author: David Craven <address@hidden>
Date:   Mon Aug 15 16:16:14 2016 +0200

    gnu: polkit-qt: Use modular qt.
    
    * gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. 
Remove qt.
---
 gnu/packages/polkit.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 08b753a..e224ca2 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -142,7 +142,7 @@ for unprivileged applications.")
     (inputs
      `(("polkit" ,polkit)))
     (propagated-inputs
-     `(("qt" ,qt))) ; qt-4 according to the pkg-config files
+     `(("qtbase" ,qtbase)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments



reply via email to

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