aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-09-18 20:58:49 +0200
committerLudovic Courtès <ludo@gnu.org>2013-09-18 20:58:49 +0200
commit1210c32eccbc62f3711dacc306cd5e94a94580d1 (patch)
tree13d1da694f2eaa4c9a1347fe5f53dda99db34b02 /build-aux
parent97d010b7f8acbe8e609f401996d72d84ba2bbdbd (diff)
downloadguix-1210c32eccbc62f3711dacc306cd5e94a94580d1.tar
guix-1210c32eccbc62f3711dacc306cd5e94a94580d1.tar.gz
hydra: Fix typo.
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm
index 9800c1991d..941d240233 100644
--- a/build-aux/hydra/guix.scm
+++ b/build-aux/hydra/guix.scm
@@ -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)