guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 96/96: Revert "gnu: libsoup: Depend on Samba only on supported systems."
Date: Wed, 19 Apr 2023 21:41:19 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit c0ac055918ec1eee53c7e14f62c2e3516321588b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 19 20:32:22 2023 -0400

    Revert "gnu: libsoup: Depend on Samba only on supported systems."
    
    This reverts commit 1344c3388a87d427209f63bdbfacabbd4c0a1033.  It was fixed
    lower in the graph (in samba) on the master branch with commit
    813d670b151b06181fd045d6e00104f3da63f4a0 ("gnu: samba: Make the
    python-cryptography input conditional.").
---
 gnu/packages/gnome.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f1ec90ab39..dd44fcff75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]