~ruther/guix-local

f401b1e9934a6594d6d7586922aa987e0b24839b — Ludovic Courtès 11 years ago 41c45e7
store: Remove debugging leftover.

* guix/store.scm (set-build-options): Remove leftover 'pk' call from
  41c45e7.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +1 -1
@@ 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)))))