1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -9831,6 +9831,14 @@ differently labelled data.")
(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