diff options
author | David Craven <david@craven.ch> | 2016-08-15 16:16:14 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-18 13:11:03 +0200 |
commit | 51b1d5398793bf717a9d2cb6478efc7a173754fa (patch) | |
tree | db98627cfda92032936a1272186eab647c5e27c5 /gnu/packages/polkit.scm | |
parent | 1f9c92ef5e3b1309d18f2771a4fa98fe53e2f414 (diff) | |
download | patches-51b1d5398793bf717a9d2cb6478efc7a173754fa.tar patches-51b1d5398793bf717a9d2cb6478efc7a173754fa.tar.gz |
gnu: polkit-qt: Use modular qt.
* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. Remove qt.
Diffstat (limited to 'gnu/packages/polkit.scm')
-rw-r--r-- | gnu/packages/polkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |