summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-10-01 17:33:13 +0000
committerPeter Simons <simons@cryp.to>2009-10-01 17:33:13 +0000
commit439ac65f3e0cb49bf9e7901a91121ba0e19889f1 (patch)
tree10d645be8f3bc9c67d79cfe769c64cc5278364c1 /pkgs/top-level
parent0dbef3fe64c17f0a20130579814fa5b6782da604 (diff)
downloadnixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar.gz
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar.bz2
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar.lz
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar.xz
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.tar.zst
nixlib-439ac65f3e0cb49bf9e7901a91121ba0e19889f1.zip
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
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 48cc382473e9..143aff115e8b 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 {