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.
This commit is contained in:
Maxim Cournoyer 2021-10-15 16:48:17 -04:00
parent 3790372979
commit 9b6a23e524
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4826,7 +4826,7 @@ (define-public rest
(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")