elementary-planner: fix build

This commit is contained in:
Jan Tojnar 2021-04-28 04:07:39 +02:00
parent c1560b5cc3
commit c9ec705dac
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -15,6 +15,7 @@
, glib-networking
, sqlite
, libsoup
, libgdata
, gtk3
, pantheon /* granite, icons, maintainers */
, webkitgtk
@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
pantheon.granite
sqlite
webkitgtk
libgdata # required by some dependency transitively
];
postPatch = ''