diff --git a/pkgs/applications/version-management/subversion/1.6.nix b/pkgs/applications/version-management/subversion/1.6.nix index 87008ae922d..31bd312c8b0 100644 --- a/pkgs/applications/version-management/subversion/1.6.nix +++ b/pkgs/applications/version-management/subversion/1.6.nix @@ -8,7 +8,6 @@ , javahlBindings ? false , stdenv, fetchurl, apr, aprutil, neon, zlib, sqlite , httpd ? null, expat, swig ? null, jdk ? null, python ? null, perl ? null -, static ? false }: assert bdbSupport -> aprutil.bdbSupport; @@ -37,7 +36,6 @@ stdenv.mkDerivation rec { configureFlags = '' --disable-keychain - ${if static then "--disable-shared --enable-all-static" else ""} ${if bdbSupport then "--with-berkeley-db" else "--without-berkeley-db"} ${if httpServer then "--with-apxs=${httpd}/bin/apxs" else "--without-apxs"} ${if pythonBindings || perlBindings then "--with-swig=${swig}" else "--without-swig"}