From 51b1d5398793bf717a9d2cb6478efc7a173754fa Mon Sep 17 00:00:00 2001 From: David Craven Date: Mon, 15 Aug 2016 16:16:14 +0200 Subject: 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(-) (limited to 'gnu/packages/polkit.scm') diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 08b753a6cf..e224ca22f3 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 -- cgit v1.2.3