Add Gradle to the environment. Reenable sparkle.

sparkle requires GHC 8.0.2 to build, due to a bug in GHC 8.0.1.
This commit is contained in:
Mathieu Boespflug 2017-02-04 17:28:56 +01:00
parent 15352af543
commit ace68ee226
2 changed files with 2 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ packages:
- inline-r - inline-r
- jni - jni
- jvm - jvm
# - sparkle # build failure, requires gradle - sparkle
- th-lift - th-lift
"Christopher Reichert <creichert07@gmail.com> @creichert": "Christopher Reichert <creichert07@gmail.com> @creichert":

View File

@ -43,6 +43,7 @@ apt-get install -y \
curl \ curl \
freeglut3-dev \ freeglut3-dev \
git \ git \
gradle \
libadns1-dev \ libadns1-dev \
libaio1 \ libaio1 \
libalut-dev \ libalut-dev \