me
/
guix
Archived
1
0
Fork 0

gnu: r-pando: Relax requirements.

* gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION
file.
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
1 changed files with 8 additions and 0 deletions

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