apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 1d7c0f223f6add575ab7a9e115fbf2e7c9ae70b0
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:31 2021 -0700
gnu: clipper: Remove obsolete phase.
* gnu/packages/bioinformatics.scm (clipper)[arguments]<#:phases>: Remove
'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/bioinformatics.scm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index aac20c8ea0..5724a7137e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2577,13 +2577,6 @@ databases.")
`(#:tests? #false
#:phases
(modify-phases %standard-phases
- (add-before 'reset-gzip-timestamps 'make-files-writable
- (lambda* (#:key outputs #:allow-other-keys)
- ;; Make sure .gz files are writable so that the
- ;; 'reset-gzip-timestamps' phase can do its work.
- (let ((out (assoc-ref outputs "out")))
- (for-each make-file-writable
- (find-files out "\\.gz$")))))
(add-after 'unpack 'use-python3-for-cython
(lambda _
(substitute* "setup.py"