-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbuild-depends.nix
More file actions
81 lines (77 loc) · 1.59 KB
/
Copy pathbuild-depends.nix
File metadata and controls
81 lines (77 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Packages available to packages built using the Hackage Haddock builder
{ pkgs }:
with pkgs; [
# Native build tools
autoconf
automake
libtool
bash
bintools
m4
gnused
gawk
pkg-config
# Haskell build tools
# These should really be handled via build-tool-depends declared in the cabal
# file. However, the doc builder currently ignores such dependencies due to
# https://github.com/haskell/hackage-server/issues/1393. Drop these once
# that issue is executed.
haskellPackages.alex
haskellPackages.BNFC
haskellPackages.c2hs
haskellPackages.cpphs
haskellPackages.happy
haskellPackages.hspec-discover
haskellPackages.markdown-unlit
haskellPackages.tasty-discover
# Native libraries
blas # blas-ffi
brotli
bzip2 # bnb-staking-csvs
curl # curl
expat # cairo-image
freealut
freeglut
freetds
freetype
fribidi # simple-pango
glew
glfw
gsl
hdf5
icu
lapack # lapack-ffi
libdatrie # simple-pango
libevdev
libGL # GLUT, etc.
libGLU # GLURaw
libglvnd
libjpeg
libselinux # simple-pango
libsepol # simple-pango
libsodium # libsodium-bindings
libthai # simple-pango
libxml2 # c14n
ncurses
nettle # nettle
nlopt # srtree
openal # OpenAL
openssl
pango # simple-pango
pcre # regex-pcre
pcre2 # simple-cairo
postgresql.lib
sdl3
systemdMinimal # hidapi requires udev
util-linux # simple-pango requires mount
xorg.libX11 # GLFW-b
xorg.libXcursor # GLFW-b
xorg.libXdmcp # simple-cairo
xorg.libXi # GLFW-b
xorg.libXinerama # GLFW-b
xorg.libXrandr # GLFW-b
xorg.libXxf86vm # GLFW-b
xz # lzma
zeromq4
zlib
]