guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kodi/wayland: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: kodi/wayland: Fix typo.
Date: Fri, 30 Dec 2022 19:02:56 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e883dc821 gnu: kodi/wayland: Fix typo.
8e883dc821 is described below

commit 8e883dc8210d4a7c3f09961994685ed54942fd73
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 31 01:02:16 2022 +0100

    gnu: kodi/wayland: Fix typo.
    
    * gnu/packages/kodi.scm (kodi/wayland)[inputs]: Use package-inputs instead 
of
    package-input.
---
 gnu/packages/kodi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index c43f812ece..1411f147cd 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -487,7 +487,7 @@ plug-in system.")
         `(cons "-DCORE_PLATFORM_NAME=wayland"
                (delete "-DCORE_PLATFORM_NAME=x11" ,flags)))))
     (inputs
-     (modify-inputs (package-input kodi)
+     (modify-inputs (package-inputs kodi)
        (prepend (list libinput
                       libxkbcommon
                       waylandpp



reply via email to

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