From 658c09333da095edf6e1b3c5e351a7bfa3c87354 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 4 Jan 2023 21:40:46 +0100 Subject: [PATCH] gnu: kodi/wayland: Fix syntax error. This is a follow-up to commit dbd9305a5682b1c5cd0b2a516b09f1f3af47209d. 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". --- gnu/packages/kodi.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index a0f1ad7dca..ed80d0662f 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -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