From 4322b22aa2d753f638817fd4678a011f6fe187c5 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Wed, 13 May 2026 16:47:04 -0700 Subject: [PATCH] wasm-bindgen-cli: enable __structuredAttrs --- pkgs/build-support/wasm-bindgen-cli/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/build-support/wasm-bindgen-cli/default.nix b/pkgs/build-support/wasm-bindgen-cli/default.nix index c4688dfec76e..9941a7215d1b 100644 --- a/pkgs/build-support/wasm-bindgen-cli/default.nix +++ b/pkgs/build-support/wasm-bindgen-cli/default.nix @@ -21,6 +21,8 @@ rustPlatform.buildRustPackage { inherit version src cargoDeps; + __structuredAttrs = true; + nativeBuildInputs = [ pkg-config ]; buildInputs = [