store: Remove debugging leftover.
* guix/store.scm (set-build-options): Remove leftover 'pk' call from
41c45e7
.
This commit is contained in:
parent
41c45e7863
commit
f401b1e993
@ -488,7 +488,7 @@ encoding conversion errors."
|
||||
`(("build-timeout" . ,(number->string timeout)))
|
||||
'())
|
||||
("substitute-urls" . ,(string-join substitute-urls)))))
|
||||
(send (string-pairs (pk 'pairs pairs)))))
|
||||
(send (string-pairs pairs))))
|
||||
(let loop ((done? (process-stderr server)))
|
||||
(or done? (process-stderr server)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user