summary refs log tree commit diff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm
index f1d41f22fc..dbc935d897 100644
--- a/build-aux/hydra/guix.scm
+++ b/build-aux/hydra/guix.scm
@@ -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)