me
/
guix
Archived
1
0
Fork 0

Revert "gnu: libsoup: Depend on Samba only on supported systems."

This reverts commit 1344c3388a.  It was fixed
lower in the graph (in samba) on the master branch with commit
813d670b15 ("gnu: samba: Make the
python-cryptography input conditional.").
master
Maxim Cournoyer 2023-04-19 20:32:22 -04:00
parent c7918bbe98
commit c0ac055918
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 8 deletions

View File

@ -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