mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48: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+)))
|
(license lgpl2.1+)))
|
||||||
|
|
||||||
(define avahi/fixed
|
(define avahi/fixed
|
||||||
(package/inherit avahi
|
(package
|
||||||
|
(inherit avahi)
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source avahi))
|
(inherit (package-source avahi))
|
||||||
(patches
|
(patches
|
||||||
|
|
Loading…
Reference in a new issue