summary refs log tree commit diff
path: root/pkgs/applications/version-management/subversion
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:36 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:36 +0000
commit1b784e5f6f82efba3f7ff593ae642b8b59398da7 (patch)
tree6ffd518150c0fdf099b0217d96b36c48f22ecb03 /pkgs/applications/version-management/subversion
parentb5e511db7c45a55da1d4dc2c00b441d17e36146f (diff)
downloadnixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar.gz
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar.bz2
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar.lz
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar.xz
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.tar.zst
nixpkgs-1b784e5f6f82efba3f7ff593ae642b8b59398da7.zip
subversion: move defaults to package file
Diffstat (limited to 'pkgs/applications/version-management/subversion')
-rw-r--r--pkgs/applications/version-management/subversion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/subversion/default.nix b/pkgs/applications/version-management/subversion/default.nix
index a7f51713994..64e8e5d2d25 100644
--- a/pkgs/applications/version-management/subversion/default.nix
+++ b/pkgs/applications/version-management/subversion/default.nix
@@ -1,6 +1,6 @@
-{ bdbSupport ? false # build support for Berkeley DB repositories
+{ bdbSupport ? true # build support for Berkeley DB repositories
 , httpServer ? false # build Apache DAV module
-, httpSupport ? false # client must support http
+, httpSupport ? true # client must support http
 , pythonBindings ? false
 , perlBindings ? false
 , javahlBindings ? false