gnu: doxygen: Drop propagated input graphviz.
* gnu/packages/doxygen.scm (doxygen)[propagated-inputs]: Drop graphviz.
This commit is contained in:
parent
7c853c02b8
commit
05944b3aa6
|
@ -47,8 +47,6 @@
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("libxml2" ,libxml2) ; provides xmllint for the tests
|
("libxml2" ,libxml2) ; provides xmllint for the tests
|
||||||
("python" ,python-2))) ; for creating the documentation
|
("python" ,python-2))) ; for creating the documentation
|
||||||
(propagated-inputs
|
|
||||||
`(("graphviz" ,graphviz)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"))
|
`(#:test-target "tests"))
|
||||||
(home-page "http://www.stack.nl/~dimitri/doxygen/")
|
(home-page "http://www.stack.nl/~dimitri/doxygen/")
|
||||||
|
|
Loading…
Reference in New Issue