mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: libsoup: Adjust inputs.
* gnu/packages/gnome.scm (libsoup)[inputs]: Add samba and move glib-networking to ... [propagated-inputs]: ... here. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
parent
d5fdd88739
commit
2fd6484ad3
1 changed files with 4 additions and 3 deletions
|
@ -4927,16 +4927,17 @@ (define-public libsoup
|
||||||
("gnutls" ,gnutls) ;for 'certtool'
|
("gnutls" ,gnutls) ;for 'certtool'
|
||||||
("httpd" ,httpd)))
|
("httpd" ,httpd)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; libsoup-2.4.pc refers to all these.
|
;; libsoup-2.4.pc refers to all of these (except where otherwise noted)
|
||||||
`(("brotli" ,google-brotli)
|
`(("brotli" ,google-brotli)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
("glib-networking" ,glib-networking) ; for GIO runtime modules
|
||||||
("libpsl" ,libpsl)
|
("libpsl" ,libpsl)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("mit-krb5" ,mit-krb5)
|
||||||
("mit-krb5" ,mit-krb5)))
|
("ntlm_auth" ,samba))) ; For ntlm_auth support
|
||||||
(home-page "https://live.gnome.org/LibSoup/")
|
(home-page "https://live.gnome.org/LibSoup/")
|
||||||
(synopsis "GLib-based HTTP Library")
|
(synopsis "GLib-based HTTP Library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue