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 committed by Frederik Rietdijk
parent 12c57ff6ae
commit 0708a5e690

View file

@ -19921,7 +19921,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 {};