mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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;
|
||||
|
||||
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 New Issue
Block a user