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

wip/yesman
William A. Kennington III 9 years ago
parent 1e58156159
commit bdd88582e3
  1. 3
      pkgs/development/libraries/ncurses/default.nix

@ -55,6 +55,9 @@ stdenv.mkDerivation rec {
# Get the path to the config util
cfg=$(basename $out/bin/ncurses*-config)
# symlink the full suffixed include directory
ln -svf . $out/include/ncurses$suffix
for newsuffix in $suffixes ""; do
# Create a non-abi versioned config util links
ln -svf $cfg $out/bin/ncurses$newsuffix-config

Loading…
Cancel
Save