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:
parent
da55a5168b
commit
6234062546
@ -6774,6 +6774,12 @@ let
|
|||||||
httpd = apacheHttpd;
|
httpd = apacheHttpd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
subversionClient = lowPrio (appendToName "client" (subversion.override {
|
||||||
|
bdbSupport = false;
|
||||||
|
perlBindings = true;
|
||||||
|
pythonBindings = true;
|
||||||
|
}));
|
||||||
|
|
||||||
svk = perlPackages.SVK;
|
svk = perlPackages.SVK;
|
||||||
|
|
||||||
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {
|
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {
|
||||||
|
Loading…
Reference in New Issue
Block a user