guix-commits
[Top][All Lists]
Advanced

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

107/145: gnu: arcanist: Remove obsolete phase.


From: guix-commits
Subject: 107/145: gnu: arcanist: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:15 -0500 (EST)

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

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

    gnu: arcanist: Remove obsolete phase.
    
    * gnu/packages/phabricator.scm (arcanist)[arguments]<#:phases>: Remove
    'make-compressed-files-writable phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/phabricator.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/phabricator.scm b/gnu/packages/phabricator.scm
index b0d5a04a24..df9b369506 100644
--- a/gnu/packages/phabricator.scm
+++ b/gnu/packages/phabricator.scm
@@ -62,13 +62,7 @@
                    `("PATH" ":" prefix
                      (,@(map (lambda (i)
                                (string-append (assoc-ref %build-inputs i) 
"/bin"))
-                             '("php" "git" "mercurial" "subversion"))))))
-               #t))
-           (add-before 'reset-gzip-timestamps 'make-compressed-files-writable
-             (lambda _
-               (for-each make-file-writable
-                         (find-files %output ".*\\.t?gz$"))
-               #t)))))
+                             '("php" "git" "mercurial" "subversion")))))))))))
       (inputs
        (list php git mercurial subversion))
       (home-page "https://github.com/phacility/arcanist";)



reply via email to

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