1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
William A. Kennington III 2015-06-22 20:25:26 -07:00
parent 1e58156159
commit bdd88582e3

View file

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