From b00e18d1de7b48109fc8f49c1bcc8b389c11f619 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 4 Aug 2025 18:43:02 +0200 Subject: [PATCH] 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 e2af4d567b9..219499e72a2 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")