mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
gnome.gnome-contacts: 45.1 → 46.0
https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/45.1...46.0
gnome-desktop likely not needed.
064b06e84e
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
a7242a3218
commit
39d0f9ecb7
@ -11,7 +11,6 @@
|
||||
, gtk4
|
||||
, glib
|
||||
, libportal-gtk4
|
||||
, gnome-desktop
|
||||
, gnome-online-accounts
|
||||
, qrencode
|
||||
, wrapGAppsHook4
|
||||
@ -27,11 +26,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-contacts";
|
||||
version = "45.1";
|
||||
version = "46.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "gj9WCe7NkMQk3T5khXKHvBMh+23+KJJKR0/w6azyG3U=";
|
||||
hash = "sha256-cK606DWhx3+bzH5XotzCN22TvbYXVxYYJXRF9WxjcN8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
|
||||
evolution-data-server-gtk4
|
||||
gsettings-desktop-schemas
|
||||
folks
|
||||
gnome-desktop
|
||||
libadwaita
|
||||
libxml2
|
||||
gnome-online-accounts
|
||||
|
Loading…
Reference in New Issue
Block a user