guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-pando: Relax requirements.


From: guix-commits
Subject: branch master updated: gnu: r-pando: Relax requirements.
Date: Sat, 15 Jul 2023 05:11:44 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a065e12f82 gnu: r-pando: Relax requirements.
a065e12f82 is described below

commit a065e12f82cf220c8802e2cc6e9fff47d6920673
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 15 11:07:44 2023 +0200

    gnu: r-pando: Relax requirements.
    
    * gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION
    file.
---
 gnu/packages/bioinformatics.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 485e425b5c..fb0f0d5fd7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]