gnu: subversion: Enable http checkouts.

* gnu/packages/version-control.scm (subversion): Add input neon-0.29.6 to
    enable http and https checkouts.
master
Andreas Enge 2014-03-02 14:12:40 +01:00
parent d56052bd80
commit 98b79d361c
1 changed files with 4 additions and 2 deletions

View File

@ -312,11 +312,13 @@ property manipulation.")
(system* "make" "install")))))))
%standard-phases)))
(native-inputs
;; For the Perl bindings.
`(("swig" ,swig)))
`(("pkg-config" ,pkg-config)
;; For the Perl bindings.
("swig" ,swig)))
(inputs
`(("apr" ,apr)
("apr-util" ,apr-util)
("neon" ,neon-0.29.6)
("perl" ,perl)
("python" ,python-2) ; incompatible with Python 3 (print syntax)
("sqlite" ,sqlite)