* Fix the build.
This commit is contained in:
parent
194d21f9f6
commit
b5363810bb
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ PathSet RemoteStore::queryDerivationOutputNames(const Path & path)
|
|||
writeInt(wopQueryDerivationOutputNames, to);
|
||||
writeString(path, to);
|
||||
processStderr();
|
||||
return readStringSet(from);
|
||||
return readStrings<PathSet>(from);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue