Set derivation name in dervationStrict
This commit is contained in:
parent
1c9bec226f
commit
13ec627e0a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue