diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-17 22:39:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-17 22:39:56 -0400 |
commit | 25384a8d89b578a65ad6cd7142df0ebe5c34d0c0 (patch) | |
tree | 6ce5229ea349cbc4df21c08d336f1404b16a1fa4 /standalone | |
parent | 92d73c5d8a5671d6d5b9f90f9f8088cb6185e50d (diff) |
add python, needed for ghc fingerprinting
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 1229f5b16..70deea0ab 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -16,7 +16,7 @@ apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs apt-get -y install ant default-jdk rsync wget gnupg lsof -apt-get -y install gettext unzip +apt-get -y install gettext unzip python apt-get clean wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb dpkg -i automake*.deb |