nix: include libxml2 in nativeBuildInputs for xmllint

This commit is contained in:
Jeffrey C. Ollie
2025-02-23 15:12:44 -06:00
parent a52c603f16
commit 2ef042978d

View File

@ -16,6 +16,7 @@
gobject-introspection,
libadwaita,
blueprint-compiler,
libxml2,
wrapGAppsHook4,
gsettings-desktop-schemas,
git,
@ -84,6 +85,7 @@ in
gobject-introspection
wrapGAppsHook4
blueprint-compiler
libxml2 # for xmllint
]
++ lib.optionals enableWayland [
wayland-scanner