mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ (define socket
|
|||
`(("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 a new issue