gnome-maps: Add missing build inputs
Without gnome3.gsettings_desktop_schemas and gnome3.evolution_data_server as buildInputs, gnome-maps won't start at all.
This commit is contained in:
parent
e6e28e7865
commit
7f41dca05a
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
gtk3 geoclue2 gnome3.gjs gnome3.libgee folks gfbgraph
|
gtk3 geoclue2 gnome3.gjs gnome3.libgee folks gfbgraph
|
||||||
gnome3.geocode_glib libchamplain file libsoup
|
gnome3.geocode_glib libchamplain file libsoup
|
||||||
gdk_pixbuf librsvg autoreconfHook
|
gdk_pixbuf librsvg autoreconfHook
|
||||||
|
gnome3.gsettings_desktop_schemas gnome3.evolution_data_server
|
||||||
gnome3.gnome_online_accounts gnome3.defaultIconTheme ];
|
gnome3.gnome_online_accounts gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
patches = [ ./soup.patch ];
|
patches = [ ./soup.patch ];
|
||||||
|
|
Loading…
Reference in New Issue