all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
Fixes: #102168
This commit is contained in:
parent
12c57ff6ae
commit
0708a5e690
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue