mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Install libpcap headers
The 'bustle' package depends on 'pcap' which has a build-dependency on libpcap.
This commit is contained in:
parent
f7f88f9fa3
commit
a1e2c3483e
@ -57,7 +57,8 @@ apt-get install -y \
|
||||
libphash0-dev \
|
||||
libopenal-dev \
|
||||
libhidapi-dev \
|
||||
libzmq3-dev
|
||||
libzmq3-dev \
|
||||
libpcap0.8-dev
|
||||
|
||||
mkdir /tmp/nettle-build
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user