apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit fddb74f1461c6ea582fc032e71f7aae2eb465755
Author: Sarah Morgensen <[email protected]>
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 <[email protected]>
---
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