summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/doxygen.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/doxygen.scm b/gnu/packages/doxygen.scm
index ffbaab16ee..8245a65c86 100644
--- a/gnu/packages/doxygen.scm
+++ b/gnu/packages/doxygen.scm
@@ -47,8 +47,6 @@
        ("flex" ,flex)
        ("libxml2" ,libxml2) ; provides xmllint for the tests
        ("python" ,python-2))) ; for creating the documentation
-    (propagated-inputs
-     `(("graphviz" ,graphviz)))
     (arguments
      `(#:test-target "tests"))
     (home-page "http://www.stack.nl/~dimitri/doxygen/")