diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bdff4ba..af3c07ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,7 +2732,7 @@ packages: - gi-gtk-hs - gi-gtksource - gi-javascriptcore - - gi-vte < 0 # custom setup needed? https://github.com/commercialhaskell/stackage/issues/3867 + - gi-vte # - gi-webkit2 # GHC 8.4 "Brandon Simmons @jberryman": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index eb5f4848..e6d68518 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -119,6 +119,7 @@ apt-get install -y \ libtre-dev \ libudev-dev \ libusb-1.0-0-dev \ + libvte-2.91-dev \ libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \