From 2ffabbce38775c46ea2ad3b48ed7c082c33d0f24 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 4 Aug 2026 21:27:08 +0200 Subject: [PATCH] libxml2: enable structuredAttrs --- pkgs/development/libraries/libxml2/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libxml2/common.nix b/pkgs/development/libraries/libxml2/common.nix index 61c40a95ffe3..6fbae9218df3 100644 --- a/pkgs/development/libraries/libxml2/common.nix +++ b/pkgs/development/libraries/libxml2/common.nix @@ -153,6 +153,8 @@ stdenv'.mkDerivation (finalAttrs: { }; }; + __structuredAttrs = true; + meta = { homepage = "https://gitlab.gnome.org/GNOME/libxml2"; description = "XML parsing library for C";