guix-patches
[Top][All Lists]
Advanced

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

[bug#54561] [PATCH] gnu: samba: Modify input list.


From: Simon Streit
Subject: [bug#54561] [PATCH] gnu: samba: Modify input list.
Date: Fri, 25 Mar 2022 16:14:13 +0100

I'd like to propose to have avahi added to the input list in samba.  With it
Unix based clients will find Samba hosts in local networks.  SMBv1 host
discovery in Samba has been disabled.  Hence this modification.

* gnu/packages/samba.scm (samba) <inputs>: Add avahi.
---
 gnu/packages/samba.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 21a5fe8617..63d7245efe 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -254,7 +254,8 @@ (define-public samba
            python
            popt
            readline
-           tdb))
+           tdb
+           avahi))
     (propagated-inputs
      ;; In Requires or Requires.private of pkg-config files.
      (list ldb talloc tevent))
--
2.34.0





reply via email to

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