gnome-online-accounts: move from gnome3

This commit is contained in:
Jan Tojnar
2019-08-23 02:45:09 +02:00
parent 4a558194cb
commit fac090c8dd
10 changed files with 18 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
, glib
, json-glib
, gcr
, gnome-online-accounts
, gobject-introspection
, liboauth
, gnome3
@@ -70,7 +71,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [
gnome3.gnome-online-accounts
gnome-online-accounts
json-glib
];