diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-28 01:44:03 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:05 +0100 |
| commit | b7435111810449e6a4b04ab4fdaa2fc95d3ae0e9 (patch) | |
| tree | 0a240e9435fcc0351397d4e0cfb33b3784613654 | |
| parent | cb6be79550ffaa99706c3ca247514ec7624f03c8 (diff) | |
gnu: Remove gnome-online-accounts-3.44.
* gnu/packages/gnome.scm (gnome-online-accounts-3.44): Delete variable.
| -rw-r--r-- | gnu/packages/gnome.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c300e021ba2..9524a06f13a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8100,35 +8100,6 @@ for Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare, Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.") (license license:lgpl2.0+))) -(define-public gnome-online-accounts-3.44 - (package - (inherit gnome-online-accounts) - (name "gnome-online-accounts") - (version "3.44.0") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "0hkkxa3zqyl0i4kw1p3ak4alwxw4wydh9al6fzwbcdgl0r0ms79q")))) - (build-system glib-or-gtk-build-system) - (arguments (substitute-keyword-arguments - (strip-keyword-arguments - '(#:glib-or-gtk?) - (package-arguments gnome-online-accounts)) - ;; Fix build. - ((#:make-flags _ '()) - #~(list (string-append "CFLAGS=" - "-Wno-error=implicit-function-declaration " - "-Wno-error=int-conversion"))) - ((#:phases phases) - #~(modify-phases #$phases - (delete 'disable-gtk-update-icon-cache))))) - (inputs (modify-inputs (package-inputs gnome-online-accounts) - (replace "webkitgtk" webkitgtk-with-libsoup2))))) - (define-public evolution-data-server (package (name "evolution-data-server") |
