guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: kodi/wayland: Do not use package/inherit.


From: guix-commits
Subject: 01/02: gnu: kodi/wayland: Do not use package/inherit.
Date: Wed, 4 Jan 2023 16:03:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5f83dd03a2fd13e235ff7cd36add0b84619fa1e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 4 21:40:20 2023 +0100

    gnu: kodi/wayland: Do not use package/inherit.
    
    * gnu/packages/kodi.scm (kodi/wayland): Use regular inheritance.
---
 gnu/packages/kodi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 1411f147cd..a0f1ad7dca 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -479,7 +479,8 @@ plug-in system.")
                    license:bsd-2))))     ;xbmc/freebsd
 
 (define-public kodi/wayland
-  (package/inherit kodi
+  (package
+    (inherit kodi)
     (name "kodi-wayland")
     (arguments
      (substitute-keyword-arguments (package-arguments kodi)



reply via email to

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