gnu: subversion: Enable http checkouts.
* gnu/packages/version-control.scm (subversion): Add input neon-0.29.6 to enable http and https checkouts.
This commit is contained in:
parent
d56052bd80
commit
98b79d361c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue