ncurses: Create libtinfo symlink

Some applications expect libtinfo to be a separate library to libncurses; this fixes that.
wip/yesman
Sophie Taylor 8 years ago committed by Sophie Taylor
parent 3e1ad38909
commit 70424e1209
  1. 3
      pkgs/development/libraries/ncurses/default.nix

@ -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"

Loading…
Cancel
Save