~ruther/guix-local

1210c32eccbc62f3711dacc306cd5e94a94580d1 — Ludovic Courtès 12 years ago 97d010b
hydra: Fix typo.

* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
1 files changed, 1 insertions(+), 1 deletions(-)

M build-aux/hydra/guix.scm
M build-aux/hydra/guix.scm => build-aux/hydra/guix.scm +1 -1
@@ 79,7 79,7 @@ containing a Git checkout of Guix."
                        ;; Tell Git to use the Nix checkout that Hydra gave us.
                        (zero?
                         (system* "git" "config" "submodule.nix-upstream.url"
                                  nix-checkout)))
                                  ,nix-checkout)))
                      ,p))))
      (native-inputs `(("git" ,git)
                       ("graphviz" ,graphviz)