brotli: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-05 11:55:40 +02:00
parent 1637d34979
commit 89aa16b642

View File

@@ -62,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = nix-update-script { };
};
__structuredAttrs = true;
meta = {
homepage = "https://github.com/google/brotli";
changelog = "https://github.com/google/brotli/blob/${finalAttrs.src.tag}/CHANGELOG.md";