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

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

    gnu: python-pdfminer-six: Remove obsolete phase.
    
    * gnu/packages/python-xyz.scm (python-pdfminer-six)[arguments]
    <#:phases>: Remove 'make-files-writable phase.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/python-xyz.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ffcee6732..4be21e2023 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14746,13 +14746,7 @@ module, adding support for Unicode strings.")
              #t))
          (replace 'check
            (lambda _
-             (invoke "make" "test")))
-         (add-before 'reset-gzip-timestamps 'make-files-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let ((out (assoc-ref outputs "out")))
-               (for-each make-file-writable
-                         (find-files out "\\.gz$"))
-               #t))))))
+             (invoke "make" "test"))))))
     (propagated-inputs
      (list python-chardet python-cryptography python-sortedcontainers))
     (native-inputs

Reply via email to