lxqt: use qt515

This commit is contained in:
Thomas Tuegel
2020-12-25 05:32:26 -06:00
parent 754d97f8a0
commit 266a6b2968
+1 -2
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 { });