~ruther/guix-local

0280ef22034dff86d8d0fa7eb83c72134643b8f5 — Ludovic Courtès 12 years ago 7eed1d0
hydra: Add Graphviz as an input to the "tarball" job.

* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ to
  `native-inputs'.
1 files changed, 2 insertions(+), 0 deletions(-)

M build-aux/hydra/guix.scm
M build-aux/hydra/guix.scm => build-aux/hydra/guix.scm +2 -0
@@ 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)