gnu: r-pando: Relax requirements.

* gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION
file.
This commit is contained in:
Ricardo Wurmus 2023-07-15 11:07:44 +02:00
parent b5a5e4d712
commit a065e12f82
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9831,6 +9831,14 @@ (define-public r-pando
(base32 "04kr1b28p5j7h48g32cldkg87xcmxnmd4kspygkfs7a4amihpi66"))))
(properties `((upstream-name . "Pando")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'loosen-requirements
(lambda _
(substitute* "DESCRIPTION"
((" \\(==.*,") ",")))))))
(propagated-inputs
(list r-bayestestr
r-foreach