summaryrefslogtreecommitdiff
path: root/gnu/packages/phabricator.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/phabricator.scm')
-rw-r--r--gnu/packages/phabricator.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/phabricator.scm b/gnu/packages/phabricator.scm
index af95cd93d2..b0d5a04a24 100644
--- a/gnu/packages/phabricator.scm
+++ b/gnu/packages/phabricator.scm
@@ -70,10 +70,7 @@
(find-files %output ".*\\.t?gz$"))
#t)))))
(inputs
- `(("php" ,php)
- ("git" ,git)
- ("mercurial" ,mercurial)
- ("subversion" ,subversion)))
+ (list php git mercurial subversion))
(home-page "https://github.com/phacility/arcanist")
(synopsis "Command-line interface for Phabricator")
(description
@@ -83,6 +80,3 @@ send code for review, download patches, transfer files, view status, make API
calls, and various other things.")
;; Bundled libraries are expat-licensed.
(license (list license:asl2.0 license:expat)))))
-
-(define-public libphutil
- (deprecated-package "libphutil" arcanist))