svn path=/nixpkgs/trunk/; revision=25642

This commit is contained in:
Eelco Dolstra 2011-01-20 09:41:02 +00:00
parent 569d38ad69
commit b5b44a8647

View File

@ -6545,7 +6545,7 @@ let
}; };
subversion = callPackage ../applications/version-management/subversion/default.nix { subversion = callPackage ../applications/version-management/subversion/default.nix {
neon = neon029; neon = pkgs.neon029;
bdbSupport = getConfig ["subversion" "bdbSupport"] true; bdbSupport = getConfig ["subversion" "bdbSupport"] true;
httpServer = getConfig ["subversion" "httpServer"] false; httpServer = getConfig ["subversion" "httpServer"] false;
httpSupport = getConfig ["subversion" "httpSupport"] true; httpSupport = getConfig ["subversion" "httpSupport"] true;