mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
b343f5d8fd
commit
9bb8a84623
1 changed files with 3 additions and 4 deletions
|
@ -235,10 +235,9 @@ (define-public libtsm
|
|||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_TESTING=ON")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libxkbcommon" ,libxkbcommon)
|
||||
("check" ,check)))
|
||||
`(("check" ,check)
|
||||
("libxkbcommon" ,libxkbcommon) ; for xkbcommon-keysyms.h
|
||||
("pkg-config" ,pkg-config)))
|
||||
(synopsis "Xterm state machine library")
|
||||
(description "TSM is a state machine for DEC VT100-VT520 compatible
|
||||
terminal emulators. It tries to support all common standards while keeping
|
||||
|
|
Loading…
Reference in a new issue