Skip to content

Commit

Permalink
Merge pull request #7604 from obsidiansystems/fix-variant-missing-raw
Browse files Browse the repository at this point in the history
Try to fix build failure
  • Loading branch information
roberth authored Jan 16, 2023
2 parents 2e41ae9 + f419ab4 commit c133e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/misc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ OutputPathMap resolveDerivedPath(Store & store, const DerivedPath::Built & bfd,
[&](const OutputsSpec::Names & names) {
return static_cast<std::set<std::string>>(names);
},
}, bfd.outputs);
}, bfd.outputs.raw());
for (auto & output : outputNames) {
auto outputHash = get(outputHashes, output);
if (!outputHash)
Expand Down

0 comments on commit c133e66

Please sign in to comment.