mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
evolution-data-server: 3.28.5 → 3.30.2
This commit is contained in:
parent
40f9556c94
commit
36f9685aee
|
@ -1,17 +1,17 @@
|
|||
{ fetchurl, stdenv, substituteAll, pkgconfig, gnome3, python3, gobjectIntrospection
|
||||
, intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata
|
||||
, p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking
|
||||
, intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata, libcanberra-gtk3
|
||||
, p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking, pcre
|
||||
, vala, cmake, ninja, kerberos, openldap, webkitgtk, libaccounts-glib, json-glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "evolution-data-server-${version}";
|
||||
version = "3.28.5";
|
||||
version = "3.30.2";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/evolution-data-server/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1247gv0ggwnd1i2n7iglb3crfapx6s9nrl896bzy9k87fb94hlyr";
|
||||
sha256 = "0h4f71kpf2ypdgifg369z35pk4cq99daw540yzjpax52grav2fjv";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
glib libsoup libxml2 gtk gnome-online-accounts
|
||||
gcr p11-kit libgweather libgdata libaccounts-glib json-glib
|
||||
icu sqlite kerberos openldap webkitgtk glib-networking
|
||||
libcanberra-gtk3 pcre
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
||||
|
|
Loading…
Reference in a new issue