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:
Tom Smeets 2018-02-26 00:03:37 +01:00
parent 48479b66df
commit 92e74ec236

View File

@ -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