mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
qt: remove qtstyleplugin-kvantum-qt4
The package qtstyleplugin-kvantum-qt4 has been removed, because it depended on qt4.
This commit is contained in:
parent
0f4e5b4999
commit
1d813ff5a6
1 changed files with 2 additions and 6 deletions
|
@ -23,11 +23,8 @@ let
|
||||||
|
|
||||||
breeze = libsForQt5.breeze-qt5;
|
breeze = libsForQt5.breeze-qt5;
|
||||||
|
|
||||||
kvantum = [
|
kvantum =
|
||||||
qtstyleplugin-kvantum-qt4
|
[ libsForQt5.qtstyleplugin-kvantum qt6Packages.qtstyleplugin-kvantum ];
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
|
||||||
qt6Packages.qtstyleplugin-kvantum
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
@ -88,7 +85,6 @@ in {
|
||||||
"adwaita-qt"
|
"adwaita-qt"
|
||||||
[ "libsForQt5" "breeze-qt5" ]
|
[ "libsForQt5" "breeze-qt5" ]
|
||||||
[ "libsForQt5" "qtstyleplugins" ]
|
[ "libsForQt5" "qtstyleplugins" ]
|
||||||
"qtstyleplugin-kvantum-qt4"
|
|
||||||
[ "libsForQt5" "qtstyleplugin-kvantum" ]
|
[ "libsForQt5" "qtstyleplugin-kvantum" ]
|
||||||
[ "qt6Packages" "qtstyleplugin-kvantum" ]
|
[ "qt6Packages" "qtstyleplugin-kvantum" ]
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue