forked from lix-project/lix
Remove a useless string split
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
c13d7d0b97
commit
8d09a4f9a0
|
@ -803,8 +803,7 @@ std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStor
|
||||||
if (!currentChild)
|
if (!currentChild)
|
||||||
throw Error(
|
throw Error(
|
||||||
"Incomplete realisation closure: '%s' is a "
|
"Incomplete realisation closure: '%s' is a "
|
||||||
"dependency "
|
"dependency of '%s' but isn’t registered",
|
||||||
"of '%s' but isn’t registered",
|
|
||||||
drvOutput.to_string(), current.id.to_string());
|
drvOutput.to_string(), current.id.to_string());
|
||||||
children.insert(*currentChild);
|
children.insert(*currentChild);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue