diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..5c563fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2868,6 +2868,15 @@ packages: - ziptastic-client - ziptastic-core + "Judah Jacobson @judah": + - lens-labels + - proto-lens + - proto-lens-descriptors + - proto-lens-protoc + - proto-lens-combinators + - proto-lens-arbitrary + - proto-lens-optparse + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c0925f57..1fba2a16 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \