Some exposing of compilation options in Subversion.

svn path=/nixpkgs/trunk/; revision=11936
This commit is contained in:
Michael Raskin 2008-05-30 16:04:00 +00:00
parent 77175d5dc3
commit eb767152f5

@ -51,6 +51,13 @@ stdenv.mkDerivation rec {
inherit httpServer pythonBindings javahlBindings perlBindings;
patches = [ ./subversion-respect_CPPFLAGS_in_perl_bindings.patch ];
passthru = {
inherit perlBindings pythonBindings;
python = if ( swig != null ) && (swig ? python) then
swig.python
else null;
};
meta = {
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
homepage = http://subversion.tigris.org/;