mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -4826,7 +4826,7 @@ (define-public rest
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue