forked from lix-project/lix
* Remove ancient terminology.
This commit is contained in:
parent
6833e8bbe8
commit
096194ab29
|
@ -594,7 +594,7 @@ public:
|
||||||
private:
|
private:
|
||||||
/* The states. */
|
/* The states. */
|
||||||
void init();
|
void init();
|
||||||
void haveStoreExpr();
|
void haveDerivation();
|
||||||
void outputsSubstituted();
|
void outputsSubstituted();
|
||||||
void inputsRealised();
|
void inputsRealised();
|
||||||
void tryToBuild();
|
void tryToBuild();
|
||||||
|
@ -692,11 +692,11 @@ void DerivationGoal::init()
|
||||||
substitute. */
|
substitute. */
|
||||||
addWaitee(worker.makeSubstitutionGoal(drvPath));
|
addWaitee(worker.makeSubstitutionGoal(drvPath));
|
||||||
|
|
||||||
state = &DerivationGoal::haveStoreExpr;
|
state = &DerivationGoal::haveDerivation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void DerivationGoal::haveStoreExpr()
|
void DerivationGoal::haveDerivation()
|
||||||
{
|
{
|
||||||
trace("loading derivation");
|
trace("loading derivation");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue