grilo-plugins: move from gnome3

This commit is contained in:
Jan Tojnar 2019-08-23 02:37:54 +02:00
parent a2ba083f18
commit 795e37b7fe
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
3 changed files with 3 additions and 3 deletions

View file

@ -139,8 +139,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-user-share = callPackage ./core/gnome-user-share { };
grilo-plugins = callPackage ./core/grilo-plugins { };
gucharmap = callPackage ./core/gucharmap { };
gvfs = pkgs.gvfs.override { gnome = gnome3; gnomeSupport = true; };
@ -387,7 +385,7 @@ lib.makeScope pkgs.newScope (self: with self; {
clutter clutter-gst clutter-gtk cogl gtk-vnc libdazzle libgda libgit2-glib libgxps libgdata libgepub libcroco libpeas libgee geocode-glib libgweather librest libzapojit libmediaart gfbgraph gexiv2 folks totem-pl-parser gcr gsound libgnomekbd vte vte_290 vte-ng gnome-menus gdl;
inherit (pkgs) gsettings-desktop-schemas; # added 2019-04-16
inherit (pkgs) gnome-video-effects; # added 2019-08-19
inherit (pkgs) gnome-online-accounts grilo; # added 2019-08-23
inherit (pkgs) gnome-online-accounts grilo grilo-plugins; # added 2019-08-23
defaultIconTheme = adwaita-icon-theme;
gtk = gtk3;

View file

@ -10956,6 +10956,8 @@ in
grilo = callPackage ../development/libraries/grilo { };
grilo-plugins = callPackage ../development/libraries/grilo-plugins { };
grpc = callPackage ../development/libraries/grpc { };
gsettings-qt = libsForQt5.callPackage ../development/libraries/gsettings-qt { };