hydra-unstable: fixup eval.patch

main
Nick Cao 2 years ago
parent b398f196e6
commit 192eb5d896
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 2
      pkgs/development/tools/misc/hydra/eval.patch

@ -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) {

Loading…
Cancel
Save