1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-23 15:08:31 +02:00

qt: remove qtstyleplugin-kvantum-qt4

The package qtstyleplugin-kvantum-qt4 has been removed, because it
depended on qt4.
This commit is contained in:
Federico Rampazzo 2023-09-26 17:25:02 +03:00 committed by Robert Helgesson
parent 0f4e5b4999
commit 1d813ff5a6
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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" ]
];