gnu: libtsm: Make all inputs native.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 12:30:19 +0000 (14:30 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 12:49:29 +0000 (14:49 +0200)
* gnu/packages/terminals.scm (libtsm)[inputs]: Move check & libxkbcommon
from here…
[native-inputs]: …to here.

gnu/packages/terminals.scm

index b851ca3..4a9970b 100644 (file)
@@ -235,10 +235,9 @@ text-based approach to terminal recording.")
       (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