guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

94/145: gnu: clipper: Remove obsolete phase.


From: guix-commits
Subject: 94/145: gnu: clipper: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:14 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 1d7c0f223f6add575ab7a9e115fbf2e7c9ae70b0
Author: Sarah Morgensen <iskarian@mgsn.dev>
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 <maxim.cournoyer@gmail.com>
---
 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]