3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

hydra: Fix typo.

* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
This commit is contained in:
Ludovic Courtès 2013-09-18 20:58:49 +02:00
parent 97d010b7f8
commit 1210c32ecc

View file

@ -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)