android-studio: Depend on ncurses5
The android ndk fails to compile the test program because it could not find the `ncurses.so.5` library. Also, `ncurses5` is a dependency according to https://developer.android.com/studio/troubleshoot.html#linux_libraries
This commit is contained in:
parent
48479b66df
commit
92e74ec236
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ let
|
|||
# environment is used as a work around for that.
|
||||
fhsEnv = buildFHSUserEnv {
|
||||
name = "${pname}-fhs-env";
|
||||
multiPkgs = pkgs: [ pkgs.ncurses5 ];
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue