mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
bintools-wrapper: enable structuredAttrs (#548795)
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