lxqt.compton-conf: Use compatible qt5 versions

Slightly related to #101369, a follow up to:
4fd58aa4e1
This commit is contained in:
Doron Behar 2020-10-23 10:44:42 +03:00
parent cf9f00b56d
commit 2508fa5252
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ let
### OPTIONAL
qterminal = callPackage ./qterminal {};
compton-conf = pkgs.qt5.callPackage ./compton-conf {};
compton-conf = qt5.callPackage ./compton-conf {};
obconf-qt = callPackage ./obconf-qt {};
lximage-qt = callPackage ./lximage-qt {};
qps = callPackage ./qps {};

View file

@ -25900,6 +25900,7 @@ in
lumina = recurseIntoAttrs (callPackage ../desktops/lumina { });
lxqt = recurseIntoAttrs (import ../desktops/lxqt {
# TODO: Update these to qt515 at some point
qt5 = qt514;
libsForQt5 = libsForQt514;
inherit pkgs;