me
/
guix
Archived
1
0
Fork 0

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 <maxim.cournoyer@gmail.com>
master
Sarah Morgensen 2021-07-26 19:56:46 -07:00 committed by Maxim Cournoyer
parent a97d659e13
commit fa7b52ff57
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 7 deletions

View File

@ -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