gbenchmark: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-14 00:18:03 +02:00
parent 643d4dd169
commit 9bf76edf5a

View File

@@ -75,6 +75,8 @@ stdenv.mkDerivation (finalAttrs: {
inherit prometheus-cpp;
};
__structuredAttrs = true;
meta = {
description = "Microbenchmark support library";
homepage = "https://github.com/google/benchmark";