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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user