3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: polkit-qt: Use modular qt.

* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. Remove qt.
This commit is contained in:
David Craven 2016-08-15 16:16:14 +02:00
parent 1f9c92ef5e
commit 51b1d53987
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -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