Fix retrying code
This commit is contained in:
parent
d183573f58
commit
dfbfc846d6
1 changed files with 6 additions and 6 deletions
|
|
@ -1594,14 +1594,14 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
|
|||
'retry)
|
||||
(_ #f)))))
|
||||
|
||||
(let loop ((manifest (compute)))
|
||||
(when (eq? mainfest 'retry)
|
||||
(loop (compute)))
|
||||
|
||||
(define (add-tmp-root-and-return-drv drv)
|
||||
(add-temp-root store drv)
|
||||
drv)
|
||||
|
||||
(let loop ((manifest (compute)))
|
||||
(when (eq? manifest 'retry)
|
||||
(loop (compute)))
|
||||
|
||||
(simple-format
|
||||
(current-error-port)
|
||||
"computed the manifest for ~A\n" system)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue