gnu: libtsm: Make all inputs native.

* gnu/packages/terminals.scm (libtsm)[inputs]: Move check & libxkbcommon
from here…
[native-inputs]: …to here.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 14:30:19 +02:00
parent b343f5d8fd
commit 9bb8a84623
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -235,10 +235,9 @@ (define-public libtsm
(arguments (arguments
`(#:configure-flags '("-DBUILD_TESTING=ON"))) `(#:configure-flags '("-DBUILD_TESTING=ON")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("check" ,check)
(inputs ("libxkbcommon" ,libxkbcommon) ; for xkbcommon-keysyms.h
`(("libxkbcommon" ,libxkbcommon) ("pkg-config" ,pkg-config)))
("check" ,check)))
(synopsis "Xterm state machine library") (synopsis "Xterm state machine library")
(description "TSM is a state machine for DEC VT100-VT520 compatible (description "TSM is a state machine for DEC VT100-VT520 compatible
terminal emulators. It tries to support all common standards while keeping terminal emulators. It tries to support all common standards while keeping