pantheon.elementary-calendar: fix build

This commit is contained in:
Jan Tojnar 2021-04-28 05:21:05 +02:00
parent ab3124de86
commit b1c5c6ce84
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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 = ''