diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-09-18 20:58:49 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-18 20:58:49 +0200 |
| commit | 1210c32eccbc62f3711dacc306cd5e94a94580d1 (patch) | |
| tree | 13d1da694f2eaa4c9a1347fe5f53dda99db34b02 | |
| parent | 97d010b7f8acbe8e609f401996d72d84ba2bbdbd (diff) | |
hydra: Fix typo.
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
| -rw-r--r-- | build-aux/hydra/guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm index 9800c1991d7..941d2402338 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) |
