androidenv.buildTools: patch hard-coded /bin/ls paths

This commit is contained in:
Nick Novitski
2018-10-26 20:45:40 -07:00
parent ad501e4c2f
commit f5c2960a11
2 changed files with 8 additions and 3 deletions
@@ -10,7 +10,7 @@ rec {
};
buildTools = import ./build-tools.nix {
inherit (pkgs) stdenv fetchurl unzip zlib file;
inherit (pkgs) stdenv fetchurl unzip zlib file coreutils;
stdenv_32bit = pkgs_i686.stdenv;
zlib_32bit = pkgs_i686.zlib;
ncurses_32bit = pkgs_i686.ncurses5;