gnu: polkit-qt: Use modular qt.
* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. Remove qt.
This commit is contained in:
parent
1f9c92ef5e
commit
51b1d53987
|
@ -142,7 +142,7 @@ for unprivileged applications.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("polkit" ,polkit)))
|
`(("polkit" ,polkit)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("qt" ,qt))) ; qt-4 according to the pkg-config files
|
`(("qtbase" ,qtbase)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue