guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b00e18d1de7b48109fc8f49c1bcc8b389c11f619
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Aug 4 18:43:02 2025 +0200
gnu: Remove folks-with-libsoup2.
* gnu/packages/gnome.scm (folks-with-libsoup2): Delete variable.
Change-Id: I840575bcda250e2f06dd50d6f1985a01b1fbdc96
---
gnu/packages/gnome.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e2af4d567b..219499e72a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11299,14 +11299,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")