Revert "ncurses: look for terminfo entries in /etc"
This reverts commit b73a862f17
.
This commit is contained in:
parent
942422a646
commit
7e3a1a58cf
|
@ -46,9 +46,6 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = lib.optional (mouseSupport && stdenv.isLinux) gpm;
|
buildInputs = lib.optional (mouseSupport && stdenv.isLinux) gpm;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# These paths end up in the default lookup chain.
|
|
||||||
export TERMINFO_DIRS=/etc/terminfo
|
|
||||||
|
|
||||||
export PKG_CONFIG_LIBDIR="$dev/lib/pkgconfig"
|
export PKG_CONFIG_LIBDIR="$dev/lib/pkgconfig"
|
||||||
mkdir -p "$PKG_CONFIG_LIBDIR"
|
mkdir -p "$PKG_CONFIG_LIBDIR"
|
||||||
configureFlagsArray+=(
|
configureFlagsArray+=(
|
||||||
|
|
Loading…
Reference in New Issue