pantheon.elementary-calendar: remove unneeded inputs

Upstream is using GLib.Notification since 5.x, also removes libgdata from args.
This commit is contained in:
Bobby Rong 2022-01-30 16:06:59 +08:00
parent 60e289a6d0
commit 1be885d107
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -2,28 +2,26 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, nix-update-script , nix-update-script
, pkg-config , appstream-glib
, desktop-file-utils
, meson , meson
, ninja , ninja
, pkg-config
, python3
, vala , vala
, desktop-file-utils , wrapGAppsHook
, gtk3 , clutter
, elementary-icon-theme
, evolution-data-server
, folks
, geoclue2
, geocode-glib
, granite , granite
, gtk3
, libchamplain
, libgee , libgee
, libhandy , libhandy
, geoclue2
, libchamplain
, clutter
, folks
, geocode-glib
, python3
, libnotify
, libical , libical
, libgdata
, evolution-data-server
, appstream-glib
, elementary-icon-theme
, wrapGAppsHook
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -61,7 +59,6 @@ stdenv.mkDerivation rec {
libgee libgee
libhandy libhandy
libical libical
libnotify
]; ];
postPatch = '' postPatch = ''