Revert "ncurses: look for terminfo entries in /etc"

This reverts commit b73a862f17.
wip/yesman
Daiderd Jordan 7 years ago
parent 942422a646
commit 7e3a1a58cf
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
  1. 3
      pkgs/development/libraries/ncurses/default.nix

@ -46,9 +46,6 @@ 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…
Cancel
Save