mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
* Use Subversion 1.5.
svn path=/nixos/trunk/; revision=12980
This commit is contained in:
parent
ec1d1ef851
commit
5ea24925b5
@ -19,15 +19,13 @@ let
|
||||
|
||||
|
||||
# Build a Subversion instance with Apache modules and Swig/Python bindings.
|
||||
subversion = import ../../../nixpkgs/pkgs/applications/version-management/subversion-1.4.x {
|
||||
inherit (pkgs) fetchurl stdenv apr aprutil neon expat swig zlib;
|
||||
subversion = pkgs.subversion15.function (origArgs: {
|
||||
bdbSupport = true;
|
||||
httpServer = true;
|
||||
sslSupport = true;
|
||||
compressionSupport = true;
|
||||
pythonBindings = true;
|
||||
httpd = pkgs.apacheHttpd;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
# Build the maintenance scripts and commit hooks.
|
||||
|
Loading…
Reference in New Issue
Block a user