Merge pull request #240759 from Artturin/substitutethingfix

This commit is contained in:
Artturi 2023-07-01 23:33:04 +03:00 committed by GitHub
commit c87b8559c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =