mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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>
This commit is contained in:
parent
b623ee2fb6
commit
a97d659e13
1 changed files with 1 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue