mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
gnu: kodi/wayland: Do not use package/inherit.
* gnu/packages/kodi.scm (kodi/wayland): Use regular inheritance.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user