diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 25c136423483..8be37dfb4570 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6910,6 +6910,31 @@ let httpd = apacheHttpd; }; + subversionStatic = lowPrio (appendToName "static" (import ../applications/version-management/subversion-1.5.x { + inherit fetchurl stdenv apr aprutil expat swig jdk; + neon = import ../development/libraries/neon/0.28.nix { + inherit fetchurl stdenv libxml2 zlib openssl; + compressionSupport = true; + sslSupport = true; + static = true; + shared = false; + }; + zlib = import ../development/libraries/zlib { + inherit fetchurl stdenv; + static = true; + }; + bdbSupport = true; + httpServer = false; + httpSupport = true; + sslSupport = true; + pythonBindings = false; + perlBindings = false; + javahlBindings = false; + compressionSupport = true; + httpd = null; + static = true; + })); + svk = perlSVK; sylpheed = import ../applications/networking/mailreaders/sylpheed {