summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm45
1 files changed, 0 insertions, 45 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 174df89df4..506578fb11 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5053,9 +5053,6 @@ indicators etc).")
(build-system meson-build-system)
(arguments
(list
- ;; TODO: Figure out why some tests SIGABRT on aarch64-linux.
- #:tests? (and (not (%current-target-system))
- (not (target-aarch64?)))
;; Exclude flaky tests (see https://codeberg.org/guix/guix/issues/1377).
;; Meson cannot exclude individual tests so the test suite is added in the
;; phase below.
@@ -5994,16 +5991,6 @@ coordinates) using the Nominatim service. geocode-glib caches requests for
faster results and to avoid unnecessary server load.")
(license license:lgpl2.0+)))
-(define-public geocode-glib-with-libsoup2
- (package
- (inherit geocode-glib)
- (name "geocode-glib-with-libsoup2")
- (arguments (substitute-keyword-arguments (package-arguments geocode-glib)
- ((#:configure-flags flags ''())
- #~(delete "-Dsoup2=false" #$flags))))
- (inputs (modify-inputs (package-inputs geocode-glib)
- (replace "libsoup" libsoup-minimal-2)))))
-
(define-public upower
(package
(name "upower")
@@ -8521,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")
@@ -11302,14 +11265,6 @@ compiled.")
(home-page "https://wiki.gnome.org/Projects/Folks")
(license license:lgpl2.1+)))
-(define-public folks-with-libsoup2
- (package
- (inherit folks)
- (name "folks-with-libsoup2")
- (inputs
- (modify-inputs (package-inputs folks)
- (replace "evolution-data-server" evolution-data-server-3.44)))))
-
(define-public gfbgraph
(package
(name "gfbgraph")