mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 00:20:26 +01:00
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.
This commit is contained in:
parent
fca5b4bb74
commit
d6baa99fd1
@ -2732,7 +2732,7 @@ packages:
|
|||||||
- gi-gtk-hs
|
- gi-gtk-hs
|
||||||
- gi-gtksource
|
- gi-gtksource
|
||||||
- gi-javascriptcore
|
- gi-javascriptcore
|
||||||
- gi-vte < 0 # custom setup needed? https://github.com/commercialhaskell/stackage/issues/3867
|
- gi-vte
|
||||||
# - gi-webkit2 # GHC 8.4
|
# - gi-webkit2 # GHC 8.4
|
||||||
|
|
||||||
"Brandon Simmons <brandon.m.simmons@gmail.com> @jberryman":
|
"Brandon Simmons <brandon.m.simmons@gmail.com> @jberryman":
|
||||||
|
|||||||
@ -119,6 +119,7 @@ apt-get install -y \
|
|||||||
libtre-dev \
|
libtre-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
libusb-1.0-0-dev \
|
libusb-1.0-0-dev \
|
||||||
|
libvte-2.91-dev \
|
||||||
libwebkitgtk-3.0-dev \
|
libwebkitgtk-3.0-dev \
|
||||||
libxau-dev \
|
libxau-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user