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>master
parent
b623ee2fb6
commit
a97d659e13
|
@ -62,13 +62,7 @@
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,@(map (lambda (i)
|
(,@(map (lambda (i)
|
||||||
(string-append (assoc-ref %build-inputs i) "/bin"))
|
(string-append (assoc-ref %build-inputs i) "/bin"))
|
||||||
'("php" "git" "mercurial" "subversion"))))))
|
'("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)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list php git mercurial subversion))
|
(list php git mercurial subversion))
|
||||||
(home-page "https://github.com/phacility/arcanist")
|
(home-page "https://github.com/phacility/arcanist")
|
||||||
|
|
Reference in New Issue