ncurses: Add a symlink to the fully suffixed directory which was incorrectly skipped when this code was modified

+3
+3
pkgs/development/libraries/ncurses/default.nix
··· 55 # Get the path to the config util 56 cfg=$(basename $out/bin/ncurses*-config) 57 58 for newsuffix in $suffixes ""; do 59 # Create a non-abi versioned config util links 60 ln -svf $cfg $out/bin/ncurses$newsuffix-config
··· 55 # Get the path to the config util 56 cfg=$(basename $out/bin/ncurses*-config) 57 58 + # symlink the full suffixed include directory 59 + ln -svf . $out/include/ncurses$suffix 60 + 61 for newsuffix in $suffixes ""; do 62 # Create a non-abi versioned config util links 63 ln -svf $cfg $out/bin/ncurses$newsuffix-config