diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-04 18:47:30 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-04 18:47:30 +0200 |
| commit | 23f787dad6b48ad8d4b175c775258a6355d8a323 (patch) | |
| tree | 4e4b34d4dcb5e95cafde2507976fee0bad60f6ec | |
| parent | eac69789f135f2609fdd4a3277877e8a0df24504 (diff) | |
gnu: Remove evolution-data-server-3.44.
* gnu/packages/gnome.scm (evolution-data-server-3.44): Delete variable.
Change-Id: I00e24e7350158a69b80d8526705a3234d59b2252
| -rw-r--r-- | gnu/packages/gnome.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fe61c0574e..506578fb11 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8508,30 +8508,6 @@ contacts, tasks, and calendar information. It was originally developed for Evolution (hence the name), but is now used by other packages as well.") (license license:lgpl2.0))) -;;; This version can be used for projects with dependencies stuck on libsoup2. -(define-public evolution-data-server-3.44 - (package - (inherit evolution-data-server) - (name "evolution-data-server") - (version "3.44.4") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) - (sha256 - (base32 "1sxjrjr31wqbp9g4pf6dwj8rc4mi7c5fbfd489ha92ym7246bin0")))) - (inputs - (modify-inputs (package-inputs evolution-data-server) - (replace "gnome-online-accounts" gnome-online-accounts-3.44) - (replace "libgweather4" libgweather) - (replace "webkitgtk-for-gtk3" webkitgtk-with-libsoup2))) - (propagated-inputs - (modify-inputs (package-propagated-inputs evolution-data-server) - (delete "gtk") - (replace "libsoup" libsoup-minimal-2))))) - (define-public caribou (package (name "caribou") |
