mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
gnome.gnome-calendar: 42.2 → 43.alpha
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/42.2...43.alpha Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
5d231c68b9
commit
58e663e634
@ -7,14 +7,14 @@
|
||||
, wrapGAppsHook4
|
||||
, libgweather
|
||||
, geoclue2
|
||||
, geocode-glib
|
||||
, geocode-glib_2
|
||||
, gettext
|
||||
, libxml2
|
||||
, gnome
|
||||
, gtk4
|
||||
, evolution-data-server
|
||||
, evolution-data-server-gtk4
|
||||
, libical
|
||||
, libsoup
|
||||
, libsoup_3
|
||||
, glib
|
||||
, gsettings-desktop-schemas
|
||||
, libadwaita
|
||||
@ -22,11 +22,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-calendar";
|
||||
version = "42.2";
|
||||
version = "43.alpha";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "rnzGOq6WoCqlmbbWo0hYX0529ylTbznvt0QwKwW1+70=";
|
||||
sha256 = "VJOLEzJq0L4xYp/RL9/tJgp0A8AIehU0TaNYxgxGyuc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -40,13 +40,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
gtk4
|
||||
evolution-data-server # waiting for GTK4 port
|
||||
evolution-data-server-gtk4
|
||||
libical
|
||||
libsoup
|
||||
libsoup_3
|
||||
glib
|
||||
libgweather
|
||||
geoclue2
|
||||
geocode-glib
|
||||
geocode-glib_2
|
||||
gsettings-desktop-schemas
|
||||
libadwaita
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user