rekado pushed a commit to branch master
in repository guix.

commit 5f83dd03a2fd13e235ff7cd36add0b84619fa1e9
Author: Ricardo Wurmus <[email protected]>
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