diff options
| author | Tom Hall <tahall256@protonmail.ch> | 2023-02-04 17:28:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-22 14:07:33 +0000 |
| commit | a4e755b5c5c2c0ae3ea63de0791072e19e1e3496 (patch) | |
| tree | fd014938f251cd0160d9ffa726853cb5c44e56e3 | |
| parent | python3Packages.hatch-jupyter-builder: init at 0.8.2 (diff) | |
| download | nixpkgs-origin/backport-214746-to-release-22.11.tar.gz | |
kalendar: add missing dependency kirigami-addonsorigin/backport-214746-to-release-22.11
(cherry picked from commit 68aa4eb8624df77e2934700bd0740315bdeb9e0a)
| -rw-r--r-- | pkgs/applications/kde/kalendar.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kalendar.nix b/pkgs/applications/kde/kalendar.nix index a762d605a32b..ba4449ec506d 100644 --- a/pkgs/applications/kde/kalendar.nix +++ b/pkgs/applications/kde/kalendar.nix @@ -13,6 +13,7 @@ , qqc2-desktop-style , kirigami2 +, kirigami-addons , kdbusaddons , ki18n , kcalendarcore @@ -55,6 +56,7 @@ mkDerivation rec { qqc2-desktop-style kirigami2 + kirigami-addons kdbusaddons ki18n kcalendarcore |
