hydra: Add Graphviz as an input to the "tarball" job.

* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ to
  `native-inputs'.
master
Ludovic Courtès 2013-09-03 22:21:48 +02:00
parent 7eed1d0438
commit 0280ef2203
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
(guix build-system gnu)
(gnu packages version-control)
(gnu packages package-management)
(gnu packages graphviz)
(srfi srfi-1)
(srfi srfi-26)
(ice-9 match))
@ -79,6 +80,7 @@ containing a Git checkout of Guix."
(("git ") "true git ")))
,p))))
(native-inputs `(("git" ,git)
("graphviz" ,graphviz)
,@(package-native-inputs dist))))))
(define (hydra-jobs store arguments)