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:
parent
1f9c92ef5e
commit
51b1d53987
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue