guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

170/181: gnu: Add folks-with-libsoup2.


From: guix-commits
Subject: 170/181: gnu: Add folks-with-libsoup2.
Date: Tue, 13 Sep 2022 02:26:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8465732b7ce7b5f273c6e4bec71ea64819f71c3e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 00:13:28 2022 -0400

    gnu: Add folks-with-libsoup2.
    
    * gnu/packages/gnome.scm (folks-with-libsoup2): New variable.
---
 gnu/packages/gnome.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c3a6c1d312..8be82a5dd8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10432,6 +10432,14 @@ 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]