mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6dc8a61bb1
commit
e0940ed843
1 changed files with 0 additions and 7 deletions
|
@ -259,13 +259,6 @@ from Markdown files.")
|
||||||
`("PERL5LIB" ":" prefix (,path))))
|
`("PERL5LIB" ":" prefix (,path))))
|
||||||
(find-files bin "\\.*$"))
|
(find-files bin "\\.*$"))
|
||||||
#t)))
|
#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
|
(add-after 'unpack 'patch-docbook-xml
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* (find-files "." ".*\\.xml(-good)?")
|
(substitute* (find-files "." ".*\\.xml(-good)?")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue