1
0
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:
Ricardo Wurmus
2023-01-04 21:40:20 +01:00
parent ec5b9fe27e
commit 5f83dd03a2
+2 -1
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)