treewide: use libtinfo.so.5 where needed

This was originally added in

https://github.com/NixOS/nixpkgs/pull/21350

best to use this name for clarity.
This commit is contained in:
Matthew Bauer
2019-09-18 13:57:20 -04:00
parent 2c32f91bfc
commit 4c85abae94
5 changed files with 10 additions and 14 deletions
@@ -200,7 +200,7 @@ stdenv.mkDerivation rec {
# avrdude_bin is linked against libtinfo.so.5
mkdir $out/lib/
ln -s ${lib.makeLibraryPath [ncurses5]}/libncursesw.so.5 $out/lib/libtinfo.so.5
ln -s ${lib.makeLibraryPath [ncurses5]}/libtinfo.so.5 $out/lib/libtinfo.so.5
${stdenv.lib.optionalString withTeensyduino ''
# Patch the Teensy loader binary