mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
subversion: move defaults to package file
This commit is contained in:
parent
b5e511db7c
commit
1b784e5f6f
@ -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
|
, httpServer ? false # build Apache DAV module
|
||||||
, httpSupport ? false # client must support http
|
, httpSupport ? true # client must support http
|
||||||
, pythonBindings ? false
|
, pythonBindings ? false
|
||||||
, perlBindings ? false
|
, perlBindings ? false
|
||||||
, javahlBindings ? false
|
, javahlBindings ? false
|
||||||
|
@ -19411,16 +19411,7 @@ in
|
|||||||
|
|
||||||
sublime3-dev = sublime3Packages.sublime3-dev;
|
sublime3-dev = sublime3Packages.sublime3-dev;
|
||||||
|
|
||||||
inherit (callPackages ../applications/version-management/subversion {
|
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
||||||
bdbSupport = true;
|
|
||||||
httpServer = false;
|
|
||||||
httpSupport = true;
|
|
||||||
pythonBindings = false;
|
|
||||||
perlBindings = false;
|
|
||||||
javahlBindings = false;
|
|
||||||
saslSupport = false;
|
|
||||||
sasl = cyrus_sasl;
|
|
||||||
})
|
|
||||||
subversion18 subversion19 subversion_1_10 subversion_1_11;
|
subversion18 subversion19 subversion_1_10 subversion_1_11;
|
||||||
|
|
||||||
subversion = subversion_1_11;
|
subversion = subversion_1_11;
|
||||||
|
Loading…
Reference in New Issue
Block a user