guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: avahi: Don't use package/inherit.


From: guix-commits
Subject: 01/01: gnu: avahi: Don't use package/inherit.
Date: Wed, 23 Oct 2019 14:39:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4163b6d855a4e655852029625762fccb077a196d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 23 20:38:29 2019 +0200

    gnu: avahi: Don't use package/inherit.
    
    Thanks to Mark H Weaver <address@hidden>.
    
    * 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

[Prev in Thread] Current Thread [Next in Thread]