mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
3f4ea9a62b
commit
4163b6d855
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ (define-public avahi
|
|||
(license lgpl2.1+)))
|
||||
|
||||
(define avahi/fixed
|
||||
(package/inherit avahi
|
||||
(package
|
||||
(inherit avahi)
|
||||
(source (origin
|
||||
(inherit (package-source avahi))
|
||||
(patches
|
||||
|
|
Loading…
Reference in a new issue