gnu: hikari: Simplify inputs.
* gnu/packages/wm.scm (hikari)[inputs]: Simplify. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
06d39ff642
commit
47b3daeaa1
1 changed files with 8 additions and 8 deletions
|
@ -2560,14 +2560,14 @@ read and write, and compatible with JSON.")
|
|||
(native-inputs
|
||||
(list bmake pkg-config wayland-protocols))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("libinput" ,libinput)
|
||||
("libucl" ,libucl)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("pam" ,linux-pam)
|
||||
("pango" ,pango)
|
||||
("wayland" ,wayland)
|
||||
("wlroots" ,wlroots)))
|
||||
(list cairo
|
||||
libinput
|
||||
libucl
|
||||
libxkbcommon
|
||||
linux-pam
|
||||
pango
|
||||
wayland
|
||||
wlroots))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:make-flags
|
||||
|
|
Reference in a new issue