guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnome-calculator: Use libsoup 2.


From: guix-commits
Subject: 01/04: gnu: gnome-calculator: Use libsoup 2.
Date: Sat, 13 Nov 2021 04:04:02 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 65bb6040ef88a98a683d9e4568e09d7efbc027c0
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Nov 13 09:52:10 2021 +0100

    gnu: gnome-calculator: Use libsoup 2.
    
    * gnu/packages/gnome.scm (gnome-calculator)[inputs]: Replace libsoup by
      libsoup-minimal-2.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e54af7c..a10bab3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10100,7 +10100,7 @@ handling the startup notification side.")
        ("gtksourceview" ,gtksourceview)
        ("libgee" ,libgee)
        ("libhandy" ,libhandy)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libxml2" ,libxml2)
        ("mpc" ,mpc)
        ("mpfr" ,mpfr)))



reply via email to

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