mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
Merge pull request #21350 from spacekitteh/patch-23
ncurses: Create libtinfo symlink (this helps building AOSP, which expects libtinfo available)
This commit is contained in:
commit
81f2e4f378
@ -102,6 +102,9 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# create libtinfo symlink
|
||||||
|
ln -svf $out/lib/libncurses.$dylibtype $out/libtinfo.$dylibtype
|
||||||
|
|
||||||
# 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
|
||||||
moveToOutput "bin/clear" "$out"
|
moveToOutput "bin/clear" "$out"
|
||||||
|
Loading…
Reference in New Issue
Block a user