guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

97/142: gnu: po4a: Remove obsolete phase.


From: guix-commits
Subject: 97/142: gnu: po4a: Remove obsolete phase.
Date: Mon, 10 Jan 2022 13:07:28 -0500 (EST)

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

commit e0940ed843c3927637555a8d4226c3552b1e229b
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:35 2021 -0700

    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>
---
 gnu/packages/gettext.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index d5fd197922..d606acf798 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -259,13 +259,6 @@ from Markdown files.")
                             `("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)?")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]