lxqt: use qt515

This commit is contained in:
Thomas Tuegel 2020-12-14 05:16:19 -06:00
parent 754d97f8a0
commit 266a6b2968
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -26504,10 +26504,9 @@ in
lumina = recurseIntoAttrs (callPackage ../desktops/lumina { });
lxqt = recurseIntoAttrs (import ../desktops/lxqt {
inherit qt5;
inherit libsForQt5;
inherit pkgs;
inherit (lib) makeScope;
inherit qt5 libsForQt5;
});
mate = recurseIntoAttrs (callPackage ../desktops/mate { });