guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: samba: Add avahi to inputs.


From: guix-commits
Subject: branch core-updates updated: gnu: samba: Add avahi to inputs.
Date: Sun, 25 Sep 2022 04:21:18 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4d0befe66a gnu: samba: Add avahi to inputs.
4d0befe66a is described below

commit 4d0befe66ae7fa731b566090b471107bc4828018
Author: Simon Streit <simon@netpanic.org>
AuthorDate: Mon Aug 8 16:56:40 2022 +0200

    gnu: samba: Add avahi to inputs.
    
    * gnu/packages/samba.scm (samba) <inputs>: Add avahi.
    
    Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
---
 gnu/packages/samba.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 27e244ef7b..95082840d3 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -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



reply via email to

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