From 1210c32eccbc62f3711dacc306cd5e94a94580d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 18 Sep 2013 20:58:49 +0200 Subject: hydra: Fix typo. * build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'. --- build-aux/hydra/guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/hydra') 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) -- cgit v1.2.3