mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #106396 from InternetUnexplorer/fix/plasma-workspace-use-qqc2-style
plasma-workspace: fix QtQuick style used by KCMs
This commit is contained in:
commit
5f92d1417b
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
appstream-qt,
|
||||
|
||||
qtgraphicaleffects, qtquickcontrols, qtquickcontrols2, qtscript, qttools,
|
||||
qtwayland, qtx11extras,
|
||||
qtwayland, qtx11extras, qqc2-desktop-style,
|
||||
}:
|
||||
|
||||
let inherit (lib) getBin getLib; in
|
||||
|
@ -34,7 +34,8 @@ mkDerivation {
|
|||
libqalculate networkmanager-qt phonon plasma-framework prison solid
|
||||
kholidays kquickcharts appstream-qt
|
||||
|
||||
qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtwayland qtx11extras
|
||||
qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtwayland
|
||||
qtx11extras qqc2-desktop-style
|
||||
];
|
||||
propagatedUserEnvPkgs = [ qtgraphicaleffects ];
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue