lxqt: pin to Qt 5.14

This commit is contained in:
Thomas Tuegel 2020-09-06 11:23:24 -05:00
parent 521fe0290a
commit 4fd58aa4e1
2 changed files with 5 additions and 4 deletions

View file

@ -53,14 +53,14 @@ let
preRequisitePackages = [
pkgs.gvfs # virtual file systems support for PCManFM-QT
pkgs.libsForQt5.kwindowsystem # provides some QT5 plugins needed by lxqt-panel
pkgs.libsForQt5.libkscreen # provides plugins for screen management software
libsForQt5.kwindowsystem # provides some QT5 plugins needed by lxqt-panel
libsForQt5.libkscreen # provides plugins for screen management software
pkgs.libfm
pkgs.libfm-extra
pkgs.lxmenu-data
pkgs.menu-cache
pkgs.openbox # default window manager
pkgs.qt5.qtsvg # provides QT5 plugins for svg icons
libsForQt5.qtsvg # provides QT5 plugins for svg icons
];
corePackages = [

View file

@ -25440,7 +25440,8 @@ in
lumina = recurseIntoAttrs (callPackage ../desktops/lumina { });
lxqt = recurseIntoAttrs (import ../desktops/lxqt {
inherit pkgs libsForQt5;
libsForQt5 = libsForQt514;
inherit pkgs;
inherit (lib) makeScope;
});