Skip to content
Snippets Groups Projects
Commit 3a0337b3 authored by Teo Camarasu's avatar Teo Camarasu
Browse files

Add some more C dependency mappings

This is done in order to allow compiling more of Stackage
parent 823768eb
No related tags found
No related merge requests found
......@@ -4,12 +4,43 @@
# to their native library dependencies.
with pkgs;
{
zlib = [ zlib ];
digest = [ zlib ];
regex-pcre = [ pcre ];
FLAC = [ flac ];
GLU = [ libGLU ];
GeoIP = [ geoip ];
adns = [ adns ];
alsa = [ alsa-lib ];
bz2 = [ bzip2 ];
bzlib = [ bzip2 ];
hmatrix = [ blas liblapack ];
digest = [ zlib ];
expat = [ expat ];
freetype = [ freetype ];
gsl = [ gsl ];
hexpat = [ expat ];
hgmp = [ gmp ];
hmatrix = [ blas liblapack ];
icudata = [ icu ];
icui18n = [ icu ];
icuuc = [ icu ];
jack = [ libjack2 ];
jpeg = [ libjpeg ];
leveldb = [ leveldb ];
lmdb = [ lmdb ];
markdown = [ discount ];
mp3lame = [ lame ];
mpfr = [ mpfr ];
mpich = [ mpich ];
nettle = [ nettle ];
png = [ libpng ];
posix-api = [ systemd ];
pulse-simple = [ libpulseaudio ];
rdkafka = [ rdkafka ];
re2 = [ re2 ];
regex-pcre = [ pcre ];
rocksdb = [ rocksdb ];
sndfile = [ libsndfile ];
sodium = [ libsodium ];
tag_c = [ taglib ];
udev = [ eudev ];
zip = [ libzip ];
zlib = [ zlib ];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment