Skip to content

Commit

Permalink
all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
Browse files Browse the repository at this point in the history
Fixes: #102168
  • Loading branch information
veprbl authored and FRidh committed Jan 11, 2021
1 parent 12c57ff commit 0708a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down

0 comments on commit 0708a5e

Please sign in to comment.