mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
ncurses: add ncurses5-config -> ncursesw5-config symlink
We already have backward compatibility symlinks for ncurses libraries and pkg-config files (when built in unicode/wide mode). The last bit is to add a symlink from ncurses5-config to ncursesw5-config, which is what this commit does.
This commit is contained in:
parent
50253a3e84
commit
2b2c55e34a
@ -62,6 +62,7 @@ stdenv.mkDerivation (rec {
|
||||
fi
|
||||
done;
|
||||
ln -svf . $out/include/ncursesw
|
||||
ln -svf ncursesw5-config $out/bin/ncurses5-config
|
||||
'' else "";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user