From 2ef042978dde4f6f6f6d74f367b8413fddb539fa Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 23 Feb 2025 15:12:44 -0600 Subject: [PATCH] nix: include libxml2 in nativeBuildInputs for xmllint --- nix/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/package.nix b/nix/package.nix index 45f189cf5..832dfdb84 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -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