guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: store: Remove debugging leftover.


From: Ludovic Courtès
Subject: 01/01: store: Remove debugging leftover.
Date: Wed, 18 Mar 2015 17:10:39 +0000

civodul pushed a commit to branch master
in repository guix.

commit f401b1e9934a6594d6d7586922aa987e0b24839b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 18 18:10:16 2015 +0100

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

diff --git a/guix/store.scm b/guix/store.scm
index 4c069b2..45c555b 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]