re-enable h2c and bno055-haskell, and add libi2c-dev to debian-bootstrap.sh so h2c will build

This commit is contained in:
Edward Amsden 2017-07-19 08:19:08 -04:00
parent 18f0012f8b
commit 1bc67bb54e
2 changed files with 3 additions and 3 deletions

View File

@ -3155,9 +3155,8 @@ packages:
- mltool - mltool
"Edward Amsden <edwardamsden@gmail.com> @eamsden": [] "Edward Amsden <edwardamsden@gmail.com> @eamsden": []
# - h2c # freshly added package is missing headers: - h2c
# https://github.com/fpco/stackage/issues/2642 - bno055-haskell
# - bno055-haskell
# If you stop maintaining a package you can move it here. # If you stop maintaining a package you can move it here.
# It will then be disabled if it starts causing problems. # It will then be disabled if it starts causing problems.

View File

@ -70,6 +70,7 @@ apt-get install -y \
libgtk2.0-dev \ libgtk2.0-dev \
libgtksourceview-3.0-dev \ libgtksourceview-3.0-dev \
libhidapi-dev \ libhidapi-dev \
libi2c-dev \
libicu-dev \ libicu-dev \
libimlib2-dev \ libimlib2-dev \
libjack-jackd2-dev \ libjack-jackd2-dev \