mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: kodi/wayland: Fix typo.
* gnu/packages/kodi.scm (kodi/wayland)[inputs]: Use package-inputs instead of package-input.
This commit is contained in:
parent
dbd9305a56
commit
8e883dc821
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ (define-public kodi/wayland
|
|||
`(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
|
||||
|
|
Loading…
Reference in a new issue