guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: samba: Add avahi to inputs."


From: guix-commits
Subject: branch master updated: Revert "gnu: samba: Add avahi to inputs."
Date: Sat, 24 Sep 2022 07:17:09 -0400

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

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dc7191302e Revert "gnu: samba: Add avahi to inputs."
dc7191302e is described below

commit dc7191302e6d099a26673e08b78eb5f4b2a2b17b
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Sep 24 13:15:42 2022 +0200

    Revert "gnu: samba: Add avahi to inputs."
    
    This reverts commit 4cbc1622961f62f8fc3613de0c8f215e0cde6494.
    
    samba/fixed inherits from samba, which causes ~9000 rebuilds.
---
 gnu/packages/samba.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index e4f2c0e20e..fdcd6ec991 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -13,7 +13,6 @@
 ;;; 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.
 ;;;
@@ -43,7 +42,6 @@
   #: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)
@@ -245,7 +243,6 @@ external dependencies.")
       #:tests? #f))
     (inputs
      (list acl
-           avahi
            cmocka
            cups
            gamin



reply via email to

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