~ruther/guix-local

6ad507ae54c912145a247308250be39ef80b9baa — Ludovic Courtès 12 years ago 9eed6f9
hydra: Return a symbol/thunk pair.

* build-aux/hydra/guix.scm (hydra-jobs): Return a symbol/thunk pair.
1 files changed, 4 insertions(+), 4 deletions(-)

M build-aux/hydra/guix.scm
M build-aux/hydra/guix.scm => build-aux/hydra/guix.scm +4 -4
@@ 94,8 94,8 @@ containing a Git checkout of Guix."
  (define checkout
    (assq-ref arguments 'guix))

  (format #t "using checkout ~s~%" checkout)
  (format (current-error-port) "using checkout ~s~%" checkout)
  (let ((directory (assq-ref checkout 'file-name)))
    `((tarball . ,(package->alist store
                                  (tarball-package directory)
                                  (%current-system))))))
    `((tarball . ,(cute package->alist store
                        (tarball-package directory)
                        (%current-system))))))