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.master
parent
3790372979
commit
9b6a23e524
|
@ -4826,7 +4826,7 @@ from the GSettings schemas in gsettings-desktop-schemas.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; rest-0.7.pc refers to all these.
|
;; rest-0.7.pc refers to all these.
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup-minimal)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(home-page "https://www.gtk.org/")
|
(home-page "https://www.gtk.org/")
|
||||||
(synopsis "RESTful web api query library")
|
(synopsis "RESTful web api query library")
|
||||||
|
|
Reference in New Issue