forked from mirrors/nixpkgs
ncurses: look for terminfo entries in /etc
This commit is contained in:
parent
bd562949cf
commit
b73a862f17
|
@ -46,6 +46,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = lib.optional (mouseSupport && stdenv.isLinux) gpm;
|
||||
|
||||
preConfigure = ''
|
||||
# These paths end up in the default lookup chain.
|
||||
export TERMINFO_DIRS=/etc/terminfo
|
||||
|
||||
export PKG_CONFIG_LIBDIR="$dev/lib/pkgconfig"
|
||||
mkdir -p "$PKG_CONFIG_LIBDIR"
|
||||
configureFlagsArray+=(
|
||||
|
|
Loading…
Reference in a new issue