ncurses: Add a symlink to the fully suffixed directory which was incorrectly skipped when this code was modified
This commit is contained in:
parent
1e58156159
commit
bdd88582e3
|
@ -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…
Reference in New Issue