summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-04-28 05:21:05 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-05-05 22:43:08 +0200
commitb1c5c6ce847b204807110952ee26b77be8f84ba9 (patch)
tree4654757bd3317b50f40f4474c01230e83dde0d39 /pkgs/desktops/pantheon
parentab3124de8620406d8b5588223246e5ffcf14ac01 (diff)
downloadnixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar.gz
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar.bz2
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar.lz
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar.xz
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.tar.zst
nixpkgs-b1c5c6ce847b204807110952ee26b77be8f84ba9.zip
pantheon.elementary-calendar: fix build
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-calendar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
index f9ab49a72b9..cf0d0d812fe 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
@@ -18,6 +18,7 @@
 , python3
 , libnotify
 , libical
+, libgdata
 , evolution-data-server
 , appstream-glib
 , elementary-icon-theme
@@ -67,6 +68,7 @@ stdenv.mkDerivation rec {
     libgee
     libical
     libnotify
+    libgdata # required by some dependency transitively
   ];
 
   postPatch = ''