summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-30 16:06:59 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-30 16:06:59 +0800
commit1be885d10757ed5969422348763055636da61eec (patch)
treebc064f485180c969283f6578cf96413126fe5098 /pkgs/desktops/pantheon
parent60e289a6d067842b339bc6b1a0b4d59b53796d10 (diff)
downloadnixpkgs-1be885d10757ed5969422348763055636da61eec.tar
nixpkgs-1be885d10757ed5969422348763055636da61eec.tar.gz
nixpkgs-1be885d10757ed5969422348763055636da61eec.tar.bz2
nixpkgs-1be885d10757ed5969422348763055636da61eec.tar.lz
nixpkgs-1be885d10757ed5969422348763055636da61eec.tar.xz
nixpkgs-1be885d10757ed5969422348763055636da61eec.tar.zst
nixpkgs-1be885d10757ed5969422348763055636da61eec.zip
pantheon.elementary-calendar: remove unneeded inputs
Upstream is using GLib.Notification since 5.x, also removes libgdata from args.
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-calendar/default.nix29
1 files changed, 13 insertions, 16 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
index 8cb9dcd18c6..70b092d3f2c 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
@@ -2,28 +2,26 @@
 , stdenv
 , fetchFromGitHub
 , nix-update-script
-, pkg-config
+, appstream-glib
+, desktop-file-utils
 , meson
 , ninja
+, pkg-config
+, python3
 , vala
-, desktop-file-utils
-, gtk3
-, granite
-, libgee
-, libhandy
-, geoclue2
-, libchamplain
+, wrapGAppsHook
 , clutter
+, elementary-icon-theme
+, evolution-data-server
 , folks
+, geoclue2
 , geocode-glib
-, python3
-, libnotify
+, granite
+, gtk3
+, libchamplain
+, libgee
+, libhandy
 , libical
-, libgdata
-, evolution-data-server
-, appstream-glib
-, elementary-icon-theme
-, wrapGAppsHook
 }:
 
 stdenv.mkDerivation rec {
@@ -61,7 +59,6 @@ stdenv.mkDerivation rec {
     libgee
     libhandy
     libical
-    libnotify
   ];
 
   postPatch = ''