From d0266c08186eac3028500e74b49b1e351d32e1ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Oct 2008 12:42:29 +0000 Subject: [PATCH] all-packages.nix: added (low priority) attribute "subversionStatic" The expression builds entirely statically linked subversion binaries. svn path=/nixpkgs/trunk/; revision=13084 --- pkgs/top-level/all-packages.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 25c13642348..8be37dfb457 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 {