guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: rest-next: Replace the correct libsoup.


From: guix-commits
Subject: 02/02: gnu: rest-next: Replace the correct libsoup.
Date: Fri, 16 Sep 2022 13:05:25 -0400 (EDT)

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

commit af53cf42b7391d3af4fa303233afb87700eccd5f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 18:53:53 2022 +0200

    gnu: rest-next: Replace the correct libsoup.
    
    * gnu/packages/gnome.scm (rest-next)[propagated-inputs]: Replace
    libsoup-minimal, not libsoup.
---
 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 c80c7fe921..201d939918 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4903,7 +4903,7 @@ libxml to ease remote use of the RESTful API.")
     (inputs (list gtksourceview json-glib libadwaita))
     (propagated-inputs
      (modify-inputs (package-propagated-inputs rest)
-       (replace "libsoup" libsoup)
+       (replace "libsoup-minimal" libsoup)
        (append json-glib)))))
 
 (define-public libshumate



reply via email to

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