gnu: kodi/wayland: Fix syntax error.
This is a follow-up to commit dbd9305a56
.
Fixes the cuirass evaluation problems reported and investigated by Leo
Famulari.
* gnu/packages/kodi.scm (kodi/wayland)[inputs]: Do not wrap arguments to
"prepend" in "list".
master
parent
5f83dd03a2
commit
658c09333d
|
@ -489,10 +489,10 @@ plug-in system.")
|
|||
(delete "-DCORE_PLATFORM_NAME=x11" ,flags)))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs kodi)
|
||||
(prepend (list libinput
|
||||
libxkbcommon
|
||||
waylandpp
|
||||
wayland-protocols))))
|
||||
(prepend libinput
|
||||
libxkbcommon
|
||||
waylandpp
|
||||
wayland-protocols)))
|
||||
(synopsis "Kodi with Wayland rendering backend")))
|
||||
|
||||
(define-public kodi-cli
|
||||
|
|
Reference in New Issue