all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
Fixes: #102168
This commit is contained in:
parent
2b9372b2ca
commit
1b36c97948
@ -19918,7 +19918,7 @@ in
|
|||||||
kopia = callPackage ../tools/backup/kopia { };
|
kopia = callPackage ../tools/backup/kopia { };
|
||||||
|
|
||||||
kora-icon-theme = callPackage ../data/icons/kora-icon-theme {
|
kora-icon-theme = callPackage ../data/icons/kora-icon-theme {
|
||||||
inherit (kdeFrameworks) breeze-icons;
|
inherit (libsForQt5.kdeFrameworks) breeze-icons;
|
||||||
};
|
};
|
||||||
|
|
||||||
koreader = callPackage ../applications/misc/koreader {};
|
koreader = callPackage ../applications/misc/koreader {};
|
||||||
|
Loading…
Reference in New Issue
Block a user