guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.


From: Ludovic Courtès
Subject: 02/06: gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.
Date: Tue, 15 Dec 2015 22:40:04 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit de6d9f45535749814d6f2c40b1b6fedcdb216f00
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 15 22:27:31 2015 +0100

    gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.
    
    * gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
---
 gnu/packages/ncurses.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index b7fbfc9..ae3788c 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -102,6 +102,10 @@
                    (add-after 'unpack 'remove-unneeded-shebang
                               ,remove-shebang-phase))))
      (self-native-input? #t)                      ; for `tic'
+     (native-search-paths
+      (list (search-path-specification
+             (variable "TERMINFO_DIRS")
+             (files '("share/terminfo")))))
      (synopsis "Terminal emulation (termcap, terminfo) library")
      (description
       "GNU Ncurses is a library which provides capabilities to write text to



reply via email to

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