all-packages.nix: added low-priority 'subversionClient' expression

subversionClient comes without support for BBDB, but with bindings to
Perl and Python. Having these is often desirable, i.e. when building Git
with SVN support.

svn path=/nixpkgs/trunk/; revision=26825
This commit is contained in:
Peter Simons 2011-04-13 17:53:14 +00:00
parent da55a5168b
commit 6234062546

View file

@ -6774,6 +6774,12 @@ let
httpd = apacheHttpd;
};
subversionClient = lowPrio (appendToName "client" (subversion.override {
bdbSupport = false;
perlBindings = true;
pythonBindings = true;
}));
svk = perlPackages.SVK;
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {