gnu: r-pando: Relax requirements.
* gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION file.
This commit is contained in:
parent
b5a5e4d712
commit
a065e12f82
@ -9831,6 +9831,14 @@ differently labelled data.")
|
|||||||
(base32 "04kr1b28p5j7h48g32cldkg87xcmxnmd4kspygkfs7a4amihpi66"))))
|
(base32 "04kr1b28p5j7h48g32cldkg87xcmxnmd4kspygkfs7a4amihpi66"))))
|
||||||
(properties `((upstream-name . "Pando")))
|
(properties `((upstream-name . "Pando")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'loosen-requirements
|
||||||
|
(lambda _
|
||||||
|
(substitute* "DESCRIPTION"
|
||||||
|
((" \\(==.*,") ",")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bayestestr
|
(list r-bayestestr
|
||||||
r-foreach
|
r-foreach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user