guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: kodi/wayland: Fix syntax error.


From: guix-commits
Subject: 02/02: gnu: kodi/wayland: Fix syntax error.
Date: Wed, 4 Jan 2023 16:03:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 658c09333da095edf6e1b3c5e351a7bfa3c87354
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 4 21:40:46 2023 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]