libxml2: enable structuredAttrs (#551971)

This commit is contained in:
Gergő Gutyina
2026-08-12 23:12:30 +00:00
committed by GitHub

View File

@@ -153,6 +153,8 @@ stdenv'.mkDerivation (finalAttrs: {
};
};
__structuredAttrs = true;
meta = {
homepage = "https://gitlab.gnome.org/GNOME/libxml2";
description = "XML parsing library for C";