gnu: avahi: Don't use package/inherit.
Thanks to Mark H Weaver <mhw@netris.org>. * gnu/packages/avahi.scm (avahi): Use (package (inherit …)) instead of package/inherit.master
parent
3f4ea9a62b
commit
4163b6d855
|
@ -76,7 +76,8 @@ DNS-SD (for \"DNS-Based Service Discovery\") protocols.")
|
|||
(license lgpl2.1+)))
|
||||
|
||||
(define avahi/fixed
|
||||
(package/inherit avahi
|
||||
(package
|
||||
(inherit avahi)
|
||||
(source (origin
|
||||
(inherit (package-source avahi))
|
||||
(patches
|
||||
|
|
Reference in New Issue