1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libgdata: propagate gnome-online-accounts to reverse dependencies

Required since `libgdata` now uses Meson. See also: #64295
This commit is contained in:
Chris Rendle-Short 2019-07-27 09:28:36 +10:00
parent b36bed3c06
commit 30c81c8530

View file

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
buildInputs = [
gcr
glib
gnome3.gnome-online-accounts
liboauth
libsoup
libxml2
@ -55,6 +54,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [
gnome3.gnome-online-accounts
json-glib
];