mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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 <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
95cb49b475
commit
27cc25e1a4
1 changed files with 1 additions and 8 deletions
|
@ -1675,14 +1675,7 @@ (define-public pre-commit
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue