libgdata: propagate gnome-online-accounts to reverse dependencies
Required since `libgdata` now uses Meson. See also: #64295
This commit is contained in:
parent
b36bed3c06
commit
30c81c8530
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user