* Use Subversion 1.5.

svn path=/nixos/trunk/; revision=12980
This commit is contained in:
Eelco Dolstra 2008-10-06 23:02:20 +00:00
parent ec1d1ef851
commit 5ea24925b5

View File

@ -19,15 +19,13 @@ let
# Build a Subversion instance with Apache modules and Swig/Python bindings. # Build a Subversion instance with Apache modules and Swig/Python bindings.
subversion = import ../../../nixpkgs/pkgs/applications/version-management/subversion-1.4.x { subversion = pkgs.subversion15.function (origArgs: {
inherit (pkgs) fetchurl stdenv apr aprutil neon expat swig zlib;
bdbSupport = true; bdbSupport = true;
httpServer = true; httpServer = true;
sslSupport = true; sslSupport = true;
compressionSupport = true; compressionSupport = true;
pythonBindings = true; pythonBindings = true;
httpd = pkgs.apacheHttpd; });
};
# Build the maintenance scripts and commit hooks. # Build the maintenance scripts and commit hooks.