mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
85e43978a4
commit
b9e703da9d
1 changed files with 0 additions and 7 deletions
|
@ -2577,13 +2577,6 @@ databases.")
|
||||||
`(#:tests? #false
|
`(#:tests? #false
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-after 'unpack 'use-python3-for-cython
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue