pantheon.elementary-calendar: fix build

This commit is contained in:
Jan Tojnar
2021-05-05 22:43:08 +02:00
parent ab3124de86
commit b1c5c6ce84
@@ -18,6 +18,7 @@
, python3 , python3
, libnotify , libnotify
, libical , libical
, libgdata
, evolution-data-server , evolution-data-server
, appstream-glib , appstream-glib
, elementary-icon-theme , elementary-icon-theme
@@ -67,6 +68,7 @@ stdenv.mkDerivation rec {
libgee libgee
libical libical
libnotify libnotify
libgdata # required by some dependency transitively
]; ];
postPatch = '' postPatch = ''