gnu: samba: Add avahi to inputs.

* gnu/packages/samba.scm (samba) <inputs>: Add avahi.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Simon Streit 2022-08-08 16:56:40 +02:00 committed by Lars-Dominik Braun
parent 28918b4ff8
commit 4d0befe66a
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -13,6 +13,7 @@
;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
;;; Copyright © 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -41,6 +42,7 @@ (define-module (gnu packages samba)
#:use-module (gnu packages acl)
#:use-module (gnu packages admin)
#:use-module (gnu packages autotools)
#:use-module (gnu packages avahi)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages check)
@ -242,6 +244,7 @@ (define-public samba
#:tests? #f))
(inputs
(list acl
avahi
cmocka
cups
gamin