gnu: r-rgraphviz: Add missing input.

* gnu/packages/bioconductor.scm (r-rgraphviz)[native-inputs]: Add r-xml.
[arguments]: Remove trailing #T.

Change-Id: I08df02db7f4a9d224cee5516c5bb15c836e79f7b
This commit is contained in:
Ricardo Wurmus 2024-11-23 23:08:24 +01:00 committed by Andreas Enge
parent 90622a0df1
commit 9f55a0fd9c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -22490,8 +22490,7 @@ (define-public r-rgraphviz
;; The replacement value is taken from src/graphviz/builddate.h
(substitute* "src/graphviz/configure"
(("VERSION_DATE=.*")
"VERSION_DATE=20200427.2341\n"))
#t)))))
"VERSION_DATE=20200427.2341\n")))))))
;; FIXME: Rgraphviz bundles the sources of an older variant of
;; graphviz. It does not build with the latest version of graphviz, so
;; we do not add graphviz to the inputs.
@ -22499,7 +22498,7 @@ (define-public r-rgraphviz
(propagated-inputs
(list r-graph))
(native-inputs
(list pkg-config r-runit))
(list pkg-config r-runit r-xml))
(home-page "https://bioconductor.org/packages/Rgraphviz")
(synopsis "Plotting capabilities for R graph objects")
(description