all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme

Fixes: #102168
This commit is contained in:
Dmitry Kalinkin 2021-01-11 09:44:19 -05:00
parent 2b9372b2ca
commit 1b36c97948
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -19918,7 +19918,7 @@ in
kopia = callPackage ../tools/backup/kopia { };
kora-icon-theme = callPackage ../data/icons/kora-icon-theme {
inherit (kdeFrameworks) breeze-icons;
inherit (libsForQt5.kdeFrameworks) breeze-icons;
};
koreader = callPackage ../applications/misc/koreader {};