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

commit b0f0d66fb0e7678ba376dd2ae7fe7888349e0e7d
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:48 2021 -0700

    gnu: pre-commit: Remove obsolete phase.
    
    * gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>:
    Remove 'make-gz-writable phase.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/version-control.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index ffa4dbbbf6..3a4cced9d7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1675,14 +1675,7 @@ visualize your public Git repositories on a web 
interface.")
                         "not test_install_existing_hooks_no_overwrite"
                         " and not test_uninstall_restores_legacy_hooks"
                         " and not test_installed_from_venv"
-                        " and not test_healthy_venv_creator")))))
-         (add-before 'reset-gzip-timestamps 'make-gz-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$"))))))))
+                        " and not test_healthy_venv_creator"))))))))
     (native-inputs
      `(("git" ,git-minimal)
        ("python-covdefaults" ,python-covdefaults)

Reply via email to