gnu: kodi/wayland: Fix typo.
* gnu/packages/kodi.scm (kodi/wayland)[inputs]: Use package-inputs instead of package-input.master
parent
dbd9305a56
commit
8e883dc821
|
@ -487,7 +487,7 @@ plug-in system.")
|
||||||
`(cons "-DCORE_PLATFORM_NAME=wayland"
|
`(cons "-DCORE_PLATFORM_NAME=wayland"
|
||||||
(delete "-DCORE_PLATFORM_NAME=x11" ,flags)))))
|
(delete "-DCORE_PLATFORM_NAME=x11" ,flags)))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-input kodi)
|
(modify-inputs (package-inputs kodi)
|
||||||
(prepend (list libinput
|
(prepend (list libinput
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
waylandpp
|
waylandpp
|
||||||
|
|
Reference in New Issue