mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
lxqt: pin to Qt 5.14
This commit is contained in:
parent
521fe0290a
commit
4fd58aa4e1
2 changed files with 5 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue