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 <[email protected]>
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 <[email protected]>
;;; Copyright © 2022 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2022 Maxime Devos <[email protected]>
-;;; Copyright © 2022 Simon Streit <[email protected]>
;;;
;;; 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