mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01: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
cfd725853b
commit
38e624fa55
1 changed files with 2 additions and 6 deletions
|
@ -23,11 +23,8 @@ let
|
|||
|
||||
breeze = libsForQt5.breeze-qt5;
|
||||
|
||||
kvantum = [
|
||||
qtstyleplugin-kvantum-qt4
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
qt6Packages.qtstyleplugin-kvantum
|
||||
];
|
||||
kvantum =
|
||||
[ libsForQt5.qtstyleplugin-kvantum qt6Packages.qtstyleplugin-kvantum ];
|
||||
};
|
||||
|
||||
in {
|
||||
|
@ -88,7 +85,6 @@ in {
|
|||
"adwaita-qt"
|
||||
[ "libsForQt5" "breeze-qt5" ]
|
||||
[ "libsForQt5" "qtstyleplugins" ]
|
||||
"qtstyleplugin-kvantum-qt4"
|
||||
[ "libsForQt5" "qtstyleplugin-kvantum" ]
|
||||
[ "qt6Packages" "qtstyleplugin-kvantum" ]
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue