Merge pull request #150044 from tomfitzhenry/transitive-libgdata

This commit is contained in:
Sandro
2022-01-14 21:15:06 +01:00
committed by GitHub
6 changed files with 9 additions and 6 deletions
@@ -73,7 +73,6 @@ stdenv.mkDerivation rec {
callaudiod
gtk3
libpeas
libgdata # required by some dependency transitively
sofia_sip
];
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
pantheon.granite
sqlite
webkitgtk
libgdata # required by some dependency transitively
libhandy
curl
];
@@ -38,7 +38,15 @@ stdenv.mkDerivation rec {
libcanberra-gtk3 pcre libphonenumber boost protobuf
];
propagatedBuildInputs = [ libsecret nss nspr libical db libsoup ];
propagatedBuildInputs = [
db
libsecret
nss
nspr
libical
libgdata # needed for GObject inspection, https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs
libsoup
];
cmakeFlags = [
"-DENABLE_UOA=OFF"
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
evolution-data-server
gsettings-desktop-schemas
folks
libgdata # required by some dependency transitively
gnome-desktop
libhandy
libxml2
@@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
libhandy
libical
libnotify
libgdata # required by some dependency transitively
];
postPatch = ''
@@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
libical
libsoup
wingpanel
libgdata # required by some dependency transitively
];
postPatch = ''