summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2021-12-10 22:51:54 +1100
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2022-01-15 06:05:40 +1100
commit47a8b15664f45dc66c166be35e0615163b6199d3 (patch)
tree6295967640171af3bcc7514d2407cb3d21553646 /pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
parentbc9fd41f23da8edbcfc1c39bfb38198ceac5bd5b (diff)
downloadnixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar.gz
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar.bz2
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar.lz
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar.xz
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.tar.zst
nixpkgs-47a8b15664f45dc66c166be35e0615163b6199d3.zip
evolution-data-server: propagate libgdata
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit).

Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs, evolution-data-server requires libgdata for gobject introspection.

See also https://github.com/NixOS/nixpkgs/commit/025960d2296456b8a4cc3b2bcd5a6c624c68a54b, which did a similar thing for libsoup.
Diffstat (limited to 'pkgs/desktops/pantheon/apps/elementary-calendar/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-calendar/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
index 019e2cf5a24..c7c5becd703 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
@@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
     libhandy
     libical
     libnotify
-    libgdata # required by some dependency transitively
   ];
 
   postPatch = ''