Re: [PATCH 13/24] gnu: polkit-qt: Use modular qt.

2016-08-16 Thread Leo Famulari
On Tue, Aug 16, 2016 at 09:17:56PM +0200, Danny Milosavljevic wrote: > > - `(("qt" ,qt))) ; qt-4 according to the pkg-config files > > + `(("qtbase" ,qtbase))) > > That won't be qt-4 anymore. Is that OK? It won't have been using qt-4 anyways, since the qt variable has always been qt@5. qt

Re: [PATCH 13/24] gnu: polkit-qt: Use modular qt.

2016-08-16 Thread Danny Milosavljevic
> - `(("qt" ,qt))) ; qt-4 according to the pkg-config files > + `(("qtbase" ,qtbase))) That won't be qt-4 anymore. Is that OK?

[PATCH 13/24] gnu: polkit-qt: Use modular qt.

2016-08-16 Thread David Craven
* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Use QTBASE instead of QT. --- gnu/packages/polkit.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 08b753a..e224ca2 100644 --- a/gnu/packages/polkit.scm +++ b/