Switch using set-current-system to parameterize
As this is neater.
This commit is contained in:
parent
876bae182d
commit
406aa5e160
1 changed files with 32 additions and 32 deletions
|
|
@ -737,7 +737,7 @@ WHERE job_id = $1"
|
|||
"guix-data-service: computing the derivation-file-name for ~A\n"
|
||||
system)
|
||||
|
||||
((set-current-system system) store)
|
||||
(parameterize ((%current-system system))
|
||||
(let ((manifest
|
||||
(catch #t
|
||||
(lambda ()
|
||||
|
|
@ -776,7 +776,7 @@ WHERE job_id = $1"
|
|||
(simple-format
|
||||
(current-error-port)
|
||||
"error ~A: ~A\n" key args)
|
||||
#f)))))))
|
||||
#f))))))))
|
||||
(list ,@systems)))))
|
||||
|
||||
(with-store store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue