subversion: enable key-chain services on Darwin to fix pysvn build

svn path=/nixpkgs/trunk/; revision=24805
This commit is contained in:
Peter Simons 2010-11-22 12:01:45 +00:00
parent e8320167d2
commit eb7e848f4b

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
${if httpServer then "--with-apxs=${httpd}/bin/apxs" else "--without-apxs"}
${if pythonBindings || perlBindings then "--with-swig=${swig}" else "--without-swig"}
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
${if stdenv.isDarwin then "--enable-keychain" else ""}
--with-zlib=${zlib}
--with-sqlite=${sqlite}
'';