diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..1995934d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,8 @@ packages: - mltool "Edward Amsden @eamsden": [] - # - h2c # freshly added package is missing headers: - # https://github.com/fpco/stackage/issues/2642 - # - bno055-haskell + - h2c + - bno055-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 04edf9b8..a1fbb4cb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -70,6 +70,7 @@ apt-get install -y \ libgtk2.0-dev \ libgtksourceview-3.0-dev \ libhidapi-dev \ + libi2c-dev \ libicu-dev \ libimlib2-dev \ libjack-jackd2-dev \