ncurses: Create libtinfo symlink

Some applications expect libtinfo to be a separate library to libncurses; this fixes that.
This commit is contained in:
Sophie Taylor 2016-12-22 13:16:15 +10:00 committed by Sophie Taylor
parent 3e1ad38909
commit 70424e1209

View file

@ -102,6 +102,9 @@ stdenv.mkDerivation rec {
done
done
# create libtinfo symlink
ln -svf $out/lib/libncurses.$dylibtype $out/libtinfo.$dylibtype
# move some utilities to $bin
# these programs are used at runtime and don't really belong in $dev
moveToOutput "bin/clear" "$out"