nckx pushed a commit to branch master
in repository guix.

commit 4163b6d855a4e655852029625762fccb077a196d
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Wed Oct 23 20:38:29 2019 +0200

    gnu: avahi: Don't use package/inherit.
    
    Thanks to Mark H Weaver <[email protected]>.
    
    * gnu/packages/avahi.scm (avahi): Use (package (inherit …)) instead of
    package/inherit.
---
 gnu/packages/avahi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm
index 408be8e..e84fed6 100644
--- a/gnu/packages/avahi.scm
+++ b/gnu/packages/avahi.scm
@@ -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

Reply via email to