3
0
Fork 0
forked from mirrors/nixpkgs

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:
Nicolas Petton 2016-04-14 23:31:43 +02:00 committed by Damien Cassou
parent e6e28e7865
commit 7f41dca05a

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
gtk3 geoclue2 gnome3.gjs gnome3.libgee folks gfbgraph
gnome3.geocode_glib libchamplain file libsoup
gdk_pixbuf librsvg autoreconfHook
gnome3.gsettings_desktop_schemas gnome3.evolution_data_server
gnome3.gnome_online_accounts gnome3.defaultIconTheme ];
patches = [ ./soup.patch ];