about summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index eddd317c0c28..752198fd7267 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1742,15 +1742,6 @@ rec {
     inherit fetchurl stdenv vim;
   };
 
-  subversion11x = (import ../applications/version-management/subversion-1.1.x) {
-    inherit fetchurl stdenv openssl db4 expat swig zlib;
-    localServer = true;
-    httpServer = false;
-    sslSupport = true;
-    compressionSupport = true;
-    httpd = apacheHttpd;
-  };
-
   subversion = (import ../applications/version-management/subversion-1.3.x) {
     inherit fetchurl stdenv openssl db4 expat swig zlib;
     localServer = true;