mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #240759 from Artturin/substitutethingfix
This commit is contained in:
commit
c87b8559c2
@ -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 New Issue
Block a user