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 = [
|
buildInputs = [
|
||||||
gcr
|
gcr
|
||||||
glib
|
glib
|
||||||
gnome3.gnome-online-accounts
|
|
||||||
liboauth
|
liboauth
|
||||||
libsoup
|
libsoup
|
||||||
libxml2
|
libxml2
|
||||||
@ -55,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
gnome3.gnome-online-accounts
|
||||||
json-glib
|
json-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user