Some exposing of compilation options in Subversion.
svn path=/nixpkgs/trunk/; revision=11936
This commit is contained in:
parent
77175d5dc3
commit
eb767152f5
@ -51,6 +51,13 @@ stdenv.mkDerivation rec {
|
|||||||
inherit httpServer pythonBindings javahlBindings perlBindings;
|
inherit httpServer pythonBindings javahlBindings perlBindings;
|
||||||
patches = [ ./subversion-respect_CPPFLAGS_in_perl_bindings.patch ];
|
patches = [ ./subversion-respect_CPPFLAGS_in_perl_bindings.patch ];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
inherit perlBindings pythonBindings;
|
||||||
|
python = if ( swig != null ) && (swig ? python) then
|
||||||
|
swig.python
|
||||||
|
else null;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||||
homepage = http://subversion.tigris.org/;
|
homepage = http://subversion.tigris.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user