Set derivation name in dervationStrict

This commit is contained in:
John Ericson 2020-07-12 03:03:12 +00:00
parent 1c9bec226f
commit 13ec627e0a

View file

@ -591,6 +591,7 @@ static void prim_derivationStrict(EvalState & state, const Pos & pos, Value * *
/* Build the derivation expression by processing the attributes. */
Derivation drv;
drv.name = drvName;
PathSet context;