From 439ac65f3e0cb49bf9e7901a91121ba0e19889f1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Oct 2009 17:33:13 +0000 Subject: [PATCH] all-packages.nix: deleted obsolete 'subversionStatic' attribute The static build of subversion used to work in version 1.4.x, but it doesn't work anymore more for 1.6.x. svn path=/nixpkgs/trunk/; revision=17579 --- pkgs/top-level/all-packages.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 48cc382473e..143aff115e8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7519,35 +7519,6 @@ let httpd = pkgsOverriden.apacheHttpd; }; - subversionStatic = lowPrio (appendToName "static" (import ../applications/version-management/subversion/1.6.nix { - 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; - }; - sqlite = import ../development/libraries/sqlite { - inherit fetchurl stdenv readline; - static = true; - }; - bdbSupport = true; - httpServer = false; - httpSupport = true; - sslSupport = true; - pythonBindings = false; - perlBindings = false; - javahlBindings = false; - compressionSupport = true; - httpd = null; - static = true; - })); - svk = perlPackages.SVK; sylpheed = import ../applications/networking/mailreaders/sylpheed {