Fix issue with loading system tests
This commit is contained in:
parent
c63ba7f09c
commit
8f172c4950
1 changed files with 9 additions and 8 deletions
|
|
@ -2410,6 +2410,7 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
|
|||
(let ((systems
|
||||
(map car derivation-file-names-by-system))
|
||||
(derivation-ids
|
||||
(vector->list
|
||||
(derivation-file-names->derivation-ids
|
||||
postgresql-connection-pool
|
||||
call-with-utility-thread
|
||||
|
|
@ -2417,7 +2418,7 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
|
|||
derivation-ids-hash-table
|
||||
(list->vector
|
||||
(map cdr derivation-file-names-by-system))
|
||||
#:log-tag "channel-instances")))
|
||||
#:log-tag "channel-instances"))))
|
||||
(map cons systems derivation-ids))
|
||||
location-data)))
|
||||
data-with-derivation-file-names)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue