Add a FIXME
This commit is contained in:
parent
7f1af270dd
commit
59cc920cc0
|
@ -262,7 +262,8 @@ builtPathsPerInstallable(
|
||||||
auto & r = res[installable.get()];
|
auto & r = res[installable.get()];
|
||||||
/* Note that there could be conflicting info
|
/* Note that there could be conflicting info
|
||||||
(e.g. meta.priority fields) if the installable returned
|
(e.g. meta.priority fields) if the installable returned
|
||||||
multiple derivations. So pick one arbitrarily. */
|
multiple derivations. So pick one arbitrarily. FIXME:
|
||||||
|
print a warning? */
|
||||||
r.first.push_back(builtPath.path);
|
r.first.push_back(builtPath.path);
|
||||||
r.second = builtPath.info;
|
r.second = builtPath.info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue