This commit is contained in:
Eelco Dolstra 2016-06-01 16:56:22 +02:00
parent e24e2caaaf
commit dead8189ac

View file

@ -23,7 +23,7 @@ void builtinFetchurl(const BasicDerivation & drv)
assert(data.data);
auto out = drv.env.find("out");
if (out == drv.env.end()) throw Error("attribute url missing");
if (out == drv.env.end()) throw Error("attribute out missing");
Path storePath = out->second;