mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05: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 @@ (define-public arcanist
|
|||
`("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