summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm9
1 files changed, 1 insertions, 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