mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -478,6 +478,8 @@ stdenvNoCC.mkDerivation {
|
||||
apple-sdk.__spliced.buildTarget or apple-sdk;
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta =
|
||||
let
|
||||
bintools_ = optionalAttrs (bintools != null) bintools;
|
||||
|
||||
Reference in New Issue
Block a user