mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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>
This commit is contained in:
parent
a97d659e13
commit
fa7b52ff57
1 changed files with 1 additions and 7 deletions
|
@ -14746,13 +14746,7 @@ (define-public python-pdfminer-six
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue