gnu: po4a: Remove obsolete phase.

* gnu/packages/gettext.scm (po4a)[arguments]<#:phases>: Remove 'make-compressed-files-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Sarah Morgensen 2021-07-26 19:56:35 -07:00 committed by Maxim Cournoyer
parent 6dc8a61bb1
commit e0940ed843
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -259,13 +259,6 @@ (define-public po4a
`("PERL5LIB" ":" prefix (,path))))
(find-files bin "\\.*$"))
#t)))
(add-before 'reset-gzip-timestamps 'make-compressed-files-writable
(lambda* (#:key outputs #:allow-other-keys)
(for-each make-file-writable
(find-files (string-append (assoc-ref outputs "out")
"/share/man")
".*\\.gz$"))
#t))
(add-after 'unpack 'patch-docbook-xml
(lambda* (#:key inputs #:allow-other-keys)
(substitute* (find-files "." ".*\\.xml(-good)?")