From d6baa99fd17cccad6a05db3df8192fa879b27fe2 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 31 Jul 2018 21:39:13 +0900 Subject: [PATCH] Unblock the gi-vte package. The gi-vte Haskell package fails to build because the required libvte-2.91-dev system package is not installed. This PR unblocks the gi-vte Haskell package, and adds the libvte-2.91-dev package to the debian-bootstrap.sh file. This is as recommended in https://github.com/commercialhaskell/stackage/issues/3867. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \