lxqt: use default qt5 and libsForQt5
This commit is contained in:
parent
e0c2ff1f5b
commit
207735b422
|
@ -26455,10 +26455,8 @@ in
|
||||||
lumina = recurseIntoAttrs (callPackage ../desktops/lumina { });
|
lumina = recurseIntoAttrs (callPackage ../desktops/lumina { });
|
||||||
|
|
||||||
lxqt = recurseIntoAttrs (import ../desktops/lxqt {
|
lxqt = recurseIntoAttrs (import ../desktops/lxqt {
|
||||||
# TODO: Update these to qt515 at some point. When doing it, please remove
|
inherit qt5;
|
||||||
# the choice of libsForQt5*.sddm in sddm's module.
|
inherit libsForQt5;
|
||||||
qt5 = qt514;
|
|
||||||
libsForQt5 = libsForQt514;
|
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (lib) makeScope;
|
inherit (lib) makeScope;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue