all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
Fixes: #102168
This commit is contained in:
parent
12c57ff6ae
commit
0708a5e690
@ -19921,7 +19921,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…
x
Reference in New Issue
Block a user