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
@ -5154,14 +5154,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
|
||||
sqlite
|
||||
zlib))
|
||||
(inputs
|
||||
(append (list mit-krb5)
|
||||
|
||||
;; 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
|
||||
'())))
|
||||
(list mit-krb5 samba/pinned)) ; For ntlm_auth support
|
||||
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
||||
(synopsis "GLib-based HTTP Library")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user