mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
90622a0df1
commit
9f55a0fd9c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue