guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: foot: Add search path for 'TERMINFO_DIRS'.


From: guix-commits
Subject: 03/03: gnu: foot: Add search path for 'TERMINFO_DIRS'.
Date: Mon, 8 May 2023 16:49:49 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 50249cab3a98839ade2433456fe618acc6f804a5
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon May 8 22:28:47 2023 +0200

    gnu: foot: Add search path for 'TERMINFO_DIRS'.
    
    * gnu/packages/terminals.scm (foot)[native-search-paths]: New field.
---
 gnu/packages/terminals.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 23224b608b..513fa8c563 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -862,6 +862,12 @@ eye-candy, customizable, and reasonably lightweight.")
     (native-inputs
      (list ncurses ;for 'tic'
            pkg-config scdoc wayland-protocols))
+    (native-search-paths
+     ;; FIXME: This should only be located in 'ncurses'.  Nonetheless it is
+     ;; provided for usability reasons.  See <https://bugs.gnu.org/22138>.
+     (list (search-path-specification
+            (variable "TERMINFO_DIRS")
+            (files '("share/terminfo")))))
     (inputs
      (list fcft libxkbcommon wayland))
     (synopsis "Wayland-native terminal emulator")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]