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".
This commit is contained in:
Ricardo Wurmus 2023-01-04 21:40:46 +01:00
parent 5f83dd03a2
commit 658c09333d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -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