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:
parent
3790372979
commit
9b6a23e524
@ -4826,7 +4826,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")
|
||||
|
Loading…
Reference in New Issue
Block a user