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 66382ac commit 1179e77Copy full SHA for 1179e77
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