Skip to content

Commit e533c4c

Browse files
authored
Update src/libstore/unix/build/derivation-builder.cc
1 parent 4b5a1ca commit e533c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/unix/build/derivation-builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
14941494

14951495
auto topoSortResult =
14961496
topoSort(outputsToSort, {[&](const std::string & name) {
1497-
auto orifu = get(outputReferencesIfUnregistered, name);
1497+
auto * orifu = get(outputReferencesIfUnregistered, name);
14981498
if (!orifu)
14991499
throw BuildError(
15001500
BuildResult::Failure::OutputRejected,

0 commit comments

Comments
 (0)