Fix fetch-narinfo-files to work in the specific outputs case
This commit is contained in:
parent
04e90a17b0
commit
f7b823cfd9
1 changed files with 4 additions and 3 deletions
|
|
@ -132,9 +132,10 @@
|
||||||
build-server-id
|
build-server-id
|
||||||
filtered-narinfos)))))
|
filtered-narinfos)))))
|
||||||
|
|
||||||
(loop (second (last outputs-chunk))
|
(unless specific-outputs
|
||||||
total-requested
|
(loop (false-if-exception (second (last outputs-chunk)))
|
||||||
total-narinfos))))))
|
total-requested
|
||||||
|
total-narinfos)))))))
|
||||||
|
|
||||||
(define %substitute-query-channel #f)
|
(define %substitute-query-channel #f)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue