We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951132f commit b9f5f3bCopy full SHA for b9f5f3b
nix/build.nix
@@ -24,6 +24,7 @@
24
fontconfig,
25
freetype,
26
git,
27
+ glib,
28
libgit2,
29
libglvnd,
30
libxkbcommon,
@@ -126,6 +127,7 @@ let
126
127
curl
128
fontconfig
129
freetype
130
+ glib
131
# TODO: need staticlib of this for linking the musl remote server.
132
# should make it a separate derivation/flake output
133
# see https://crane.dev/examples/cross-musl.html
0 commit comments