bintools-wrapper: enable structuredAttrs

Required substitutions are either explicitly exported in bash code
or live in env, so this should just work (?)
This commit is contained in:
Stefan Frijters
2026-08-03 00:45:41 +02:00
parent 55bef4e745
commit 4bbf95ce53

View File

@@ -478,6 +478,8 @@ stdenvNoCC.mkDerivation {
apple-sdk.__spliced.buildTarget or apple-sdk;
};
__structuredAttrs = true;
meta =
let
bintools_ = optionalAttrs (bintools != null) bintools;