From d5513b762a3d02f6fba85f1a94a9e6d69a59f81d Mon Sep 17 00:00:00 2001 From: B Cohen <2946283+NOTtheMessiah@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:37:10 -0600 Subject: [PATCH] add glib to build.nix in buildInputs --- nix/build.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/build.nix b/nix/build.nix index 9012a47c1fa1a1..7c83eaa9344795 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -24,6 +24,7 @@ fontconfig, freetype, git, + glib, libgit2, libglvnd, libxkbcommon, @@ -126,6 +127,7 @@ let curl fontconfig freetype + glib # TODO: need staticlib of this for linking the musl remote server. # should make it a separate derivation/flake output # see https://crane.dev/examples/cross-musl.html