summaryrefslogtreecommitdiff
path: root/guix/store.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-18 18:10:16 +0100
committerLudovic Courtès <ludo@gnu.org>2015-03-18 18:10:16 +0100
commitf401b1e9934a6594d6d7586922aa987e0b24839b (patch)
treec8f6aa0079213e598da2d96d8daf3a0c265f4f34 /guix/store.scm
parent41c45e78632978ab64dd7df50765c6adf443a249 (diff)
store: Remove debugging leftover.
* guix/store.scm (set-build-options): Remove leftover 'pk' call from 41c45e7.
Diffstat (limited to 'guix/store.scm')
-rw-r--r--guix/store.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/store.scm b/guix/store.scm
index 4c069b2963..45c555b12c 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -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)))))