1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

* Oops, fix breakage.

This commit is contained in:
Eelco Dolstra 2006-02-08 14:32:33 +00:00
parent e771e59178
commit 287d0ef41c

View file

@ -317,6 +317,8 @@ static void queryInstSources(EvalState & state,
else elem.setOutPath(*i);
elem.name = name;
elems.push_back(elem);
}
break;