makeSetupHook: unbreak structuredAttrsByDefault
This commit is contained in:
parent
3dcf767fff
commit
fb8fdc33e8
1 changed files with 4 additions and 0 deletions
|
@ -624,6 +624,10 @@ rec {
|
|||
script:
|
||||
runCommand name
|
||||
(substitutions // {
|
||||
# TODO(@Artturin:) substitutions should be inside the env attrset
|
||||
# but users are likely passing non-substitution arguments through substitutions
|
||||
# turn off __structuredAttrs to unbreak substituteAll
|
||||
__structuredAttrs = false;
|
||||
inherit meta;
|
||||
inherit depsTargetTargetPropagated;
|
||||
propagatedBuildInputs =
|
||||
|
|
Loading…
Reference in a new issue