mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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>
This commit is contained in:
parent
0f71f55a60
commit
85e43978a4
1 changed files with 1 additions and 7 deletions
|
@ -1075,13 +1075,7 @@ (define-public python-biom-format
|
|||
(("^(.+)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
|
||||
|
|
Loading…
Reference in a new issue