3
5
Fork 0
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:
Sarah Morgensen 2021-07-26 19:56:45 -07:00 committed by Maxim Cournoyer
parent b623ee2fb6
commit a97d659e13
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")