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

* gnu/packages/kodi.scm (kodi/wayland): Use regular inheritance.
This commit is contained in:
Ricardo Wurmus 2023-01-04 21:40:20 +01:00
parent ec5b9fe27e
commit 5f83dd03a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -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)