Revert "gnu: libsoup: Depend on Samba only on supported systems."
This reverts commit1344c3388a
. It was fixed lower in the graph (in samba) on the master branch with commit813d670b15
("gnu: samba: Make the python-cryptography input conditional.").
This commit is contained in:
parent
c7918bbe98
commit
c0ac055918
1 changed files with 1 additions and 8 deletions
|
@ -5154,14 +5154,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
|
||||||
sqlite
|
sqlite
|
||||||
zlib))
|
zlib))
|
||||||
(inputs
|
(inputs
|
||||||
(append (list mit-krb5)
|
(list mit-krb5 samba/pinned)) ; For ntlm_auth support
|
||||||
|
|
||||||
;; Samba is an optional dependency that depends on Rust, which is
|
|
||||||
;; missing on some systems such as i686-linux.
|
|
||||||
(if (and (not (%current-target-system))
|
|
||||||
(supported-package? samba/pinned))
|
|
||||||
(list samba/pinned) ;for ntlm_auth support
|
|
||||||
'())))
|
|
||||||
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
||||||
(synopsis "GLib-based HTTP Library")
|
(synopsis "GLib-based HTTP Library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue