me
/
guix
Archived
1
0
Fork 0

gnu: clipper: Remove obsolete phase.

* gnu/packages/bioinformatics.scm (clipper)[arguments]<#:phases>: Remove
'make-files-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Sarah Morgensen 2021-07-26 19:56:31 -07:00 committed by Maxim Cournoyer
parent 85e43978a4
commit b9e703da9d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 7 deletions

View File

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