mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-pando: Relax requirements.
* gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION file.
This commit is contained in:
parent
b5a5e4d712
commit
a065e12f82
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue