Revert "gnu: samba: Add avahi to inputs."
This reverts commit 4cbc162296
.
samba/fixed inherits from samba, which causes ~9000 rebuilds.
master
parent
fe4663ae24
commit
dc7191302e
|
@ -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
|
||||
|
|
Reference in New Issue