me
/
guix
Archived
1
0
Fork 0

gnu: samba: Add avahi to inputs.

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

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
master
Simon Streit 2022-08-08 16:56:40 +02:00 committed by Lars-Dominik Braun
parent a5c876cdb2
commit 4cbc162296
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 3 additions and 0 deletions

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 @@
#: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 @@ external dependencies.")
#:tests? #f))
(inputs
(list acl
avahi
cmocka
cups
gamin