mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: kodi/wayland: Do not use package/inherit.
* gnu/packages/kodi.scm (kodi/wayland): Use regular inheritance.
This commit is contained in:
parent
ec5b9fe27e
commit
5f83dd03a2
1 changed files with 2 additions and 1 deletions
|
@ -479,7 +479,8 @@ (define-public kodi
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue