guix-commits
[Top][All Lists]
Advanced

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

114/140: gnu: rest: Use libsoup-minimal.


From: guix-commits
Subject: 114/140: gnu: rest: Use libsoup-minimal.
Date: Sun, 17 Oct 2021 23:11:10 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 48b5bda34923b7e7c6c45cfc452417dd5b7fe082
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 16:48:17 2021 -0400

    gnu: rest: Use libsoup-minimal.
    
    This is needed to prevent a dependency cycle between Inkscape and GTK+.
    
    * gnu/packages/gnome.scm (rest)[propagated-inputs]
    {libsoup}: Use the minimal variant.
---
 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 47fa2d0..5f8e9aa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4818,7 +4818,7 @@ from the GSettings schemas in gsettings-desktop-schemas.")
     (propagated-inputs
      ;; rest-0.7.pc refers to all these.
      `(("glib"    ,glib)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal)
        ("libxml2" ,libxml2)))
     (home-page "https://www.gtk.org/";)
     (synopsis "RESTful web api query library")



reply via email to

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