mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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;
|
||||
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/;
|
||||
|
Loading…
Reference in New Issue
Block a user