~ruther/guix-local

51b1d5398793bf717a9d2cb6478efc7a173754fa — David Craven 9 years ago 1f9c92e
gnu: polkit-qt: Use modular qt.

* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. Remove qt.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/polkit.scm
M gnu/packages/polkit.scm => gnu/packages/polkit.scm +1 -1
@@ 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