gnome.gnome-maps: 42.3 → 43.alpha

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v42.3...v43.alpha

Co-Authored-By: Bobby Rong <rjl931189261@126.com>

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2022-07-23 15:45:58 +00:00
parent c226b73605
commit b5749c6b63

View file

@ -11,30 +11,25 @@
, gobject-introspection , gobject-introspection
, gdk-pixbuf , gdk-pixbuf
, librest , librest
, librsvg
, libgweather , libgweather
, geoclue2 , geoclue2
, wrapGAppsHook , wrapGAppsHook
, folks
, libchamplain , libchamplain
, libsecret
, libsoup , libsoup
, gsettings-desktop-schemas , gsettings-desktop-schemas
, webkitgtk
, gjs , gjs
, libgee
, libhandy , libhandy
, geocode-glib , geocode-glib
, evolution-data-server
, gnome-online-accounts
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-maps"; pname = "gnome-maps";
version = "42.3"; version = "43.alpha";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-5FZGf6zzyP0QyThrXnTEPZWVrZ+3Ulf32gFK+YPWnNE="; sha256 = "sha256-wFE9g8trmJ5HFZz4nHLnsIgejanl6kfI1+c2LY6uE5A=";
}; };
doCheck = true; doCheck = true;
@ -49,24 +44,19 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
evolution-data-server
folks
gdk-pixbuf gdk-pixbuf
geoclue2 geoclue2
geocode-glib geocode-glib
gjs gjs
gnome-online-accounts
gobject-introspection gobject-introspection
gsettings-desktop-schemas gsettings-desktop-schemas
gtk3 gtk3
libchamplain libchamplain
libgee
libgweather libgweather
libhandy libhandy
librest librest
librsvg libsecret
libsoup libsoup
webkitgtk
]; ];
postPatch = '' postPatch = ''