me
/
guix
Archived
1
0
Fork 0

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>
master
Sarah Morgensen 2021-07-26 19:56:30 -07:00 committed by Maxim Cournoyer
parent 0f71f55a60
commit 85e43978a4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 7 deletions

View File

@ -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