Merge pull request #161924 from NickCao/hydra-fixup

hydra-unstable: fixup eval.patch
This commit is contained in:
Artturi 2022-02-26 15:01:20 +02:00 committed by GitHub
commit a9aba24648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
static std::string queryMetaStrings(EvalState & state, DrvInfo & drv, const string & name, const string & subAttribute)
{
- Strings res;
+ list<std::string_view> res;
+ std::list<std::string_view> res;
std::function<void(Value & v)> rec;
rec = [&](Value & v) {