Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matt Walker
head.hackage
Commits
3a0337b3
Commit
3a0337b3
authored
2 years ago
by
Teo Camarasu
Browse files
Options
Downloads
Patches
Plain Diff
Add some more C dependency mappings
This is done in order to allow compiling more of Stackage
parent
823768eb
Branches
teo/more-c-deps
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/build-deps.nix
+35
-4
35 additions, 4 deletions
ci/build-deps.nix
with
35 additions
and
4 deletions
ci/build-deps.nix
+
35
−
4
View file @
3a0337b3
...
...
@@ -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
];
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment