plasma-workspace: fix QtQuick style used by KCMs
The KCMs now use the style provided by `qqc2-desktop-style` instead of the default QtQuick one.
This commit is contained in:
parent
83cbad92d7
commit
fbae779dfc
|
@ -15,7 +15,7 @@
|
||||||
appstream-qt,
|
appstream-qt,
|
||||||
|
|
||||||
qtgraphicaleffects, qtquickcontrols, qtquickcontrols2, qtscript, qttools,
|
qtgraphicaleffects, qtquickcontrols, qtquickcontrols2, qtscript, qttools,
|
||||||
qtwayland, qtx11extras,
|
qtwayland, qtx11extras, qqc2-desktop-style,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let inherit (lib) getBin getLib; in
|
let inherit (lib) getBin getLib; in
|
||||||
|
@ -34,7 +34,8 @@ mkDerivation {
|
||||||
libqalculate networkmanager-qt phonon plasma-framework prison solid
|
libqalculate networkmanager-qt phonon plasma-framework prison solid
|
||||||
kholidays kquickcharts appstream-qt
|
kholidays kquickcharts appstream-qt
|
||||||
|
|
||||||
qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtwayland qtx11extras
|
qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtwayland
|
||||||
|
qtx11extras qqc2-desktop-style
|
||||||
];
|
];
|
||||||
propagatedUserEnvPkgs = [ qtgraphicaleffects ];
|
propagatedUserEnvPkgs = [ qtgraphicaleffects ];
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in New Issue