guix-commits
[Top][All Lists]
Advanced

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

93/145: gnu: python-biom-format: Remove obsolete phase.


From: guix-commits
Subject: 93/145: gnu: python-biom-format: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:14 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit fddb74f1461c6ea582fc032e71f7aae2eb465755
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:30 2021 -0700

    gnu: python-biom-format: Remove obsolete phase.
    
    * gnu/packages/bioinformatics.scm (python-biom-format)[arguments]
    <#:phases>: Remove 'make-files-writable phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/bioinformatics.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 025c545852..aac20c8ea0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1075,13 +1075,7 @@ Python.")
                (("^(.+)def test_from_hdf5_issue_731" m indent)
                 (string-append indent
                                "@npt.dec.skipif(True, msg='Guix')\n"
-                               m)))))
-
-         (add-before 'reset-gzip-timestamps 'make-files-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let ((out (assoc-ref outputs "out")))
-               (for-each (lambda (file) (chmod file #o644))
-                         (find-files out "\\.gz"))))))))
+                               m))))))))
     (propagated-inputs
      (list python-anndata
            python-numpy



reply via email to

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