me
/
guix
Archived
1
0
Fork 0

hydra: Fix typo.

* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
master
Ludovic Courtès 2013-09-18 20:58:49 +02:00
parent 97d010b7f8
commit 1210c32ecc
1 changed files with 1 additions and 1 deletions

View File

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