libpfm: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-05 16:56:47 +02:00
parent 363309e1b8
commit f2d074fb4c

View File

@@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
__structuredAttrs = true;
meta = {
description = "Helper library to program the performance monitoring events";
longDescription = ''