From fd7ab9664f8eb728d2f4d2a953f338358e2d3998 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 14 Aug 2026 00:05:11 +0200 Subject: [PATCH] llvmPackages.mlir: enable structuredAttrs --- pkgs/development/compilers/llvm/common/mlir/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/compilers/llvm/common/mlir/default.nix b/pkgs/development/compilers/llvm/common/mlir/default.nix index c922df7133c4..c9a71d6c6f31 100644 --- a/pkgs/development/compilers/llvm/common/mlir/default.nix +++ b/pkgs/development/compilers/llvm/common/mlir/default.nix @@ -98,6 +98,9 @@ stdenv.mkDerivation (finalAttrs: { ]; requiredSystemFeatures = [ "big-parallel" ]; + + __structuredAttrs = true; + meta = llvm_meta // { homepage = "https://mlir.llvm.org/"; description = "Multi-Level IR Compiler Framework";