mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ncurses: Create ABI-version'd libtinfo
This commit is contained in:
parent
39e4d93649
commit
41652f8ce5
@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# create libtinfo symlink
|
# create libtinfo symlink
|
||||||
ln -svf $out/lib/libncurses.$dylibtype $out/libtinfo.$dylibtype
|
ln -svf $out/lib/libncurses.$dylibtype $out/libtinfo.$dylibtype
|
||||||
|
ln -svf $out/lib/libncurses.$dylibtype.${abiVersion} $out/libtinfo.$dylibtype.${abiVersion}
|
||||||
|
|
||||||
# move some utilities to $bin
|
# move some utilities to $bin
|
||||||
# these programs are used at runtime and don't really belong in $dev
|
# these programs are used at runtime and don't really belong in $dev
|
||||||
|
Loading…
Reference in New Issue
Block a user