summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-11-22 12:01:45 +0000
committerPeter Simons <simons@cryp.to>2010-11-22 12:01:45 +0000
commiteb7e848f4b9826e6e61ceaca873a1be8c8b9f507 (patch)
tree2db0572dba2fedd6d4f87e4b4354a2b368fd1f39 /pkgs/applications
parente8320167d2dba24668302a3d7edc4e4b9a015e58 (diff)
downloadnixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar.gz
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar.bz2
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar.lz
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar.xz
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.tar.zst
nixpkgs-eb7e848f4b9826e6e61ceaca873a1be8c8b9f507.zip
subversion: enable key-chain services on Darwin to fix pysvn build
svn path=/nixpkgs/trunk/; revision=24805
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/subversion/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/subversion/default.nix b/pkgs/applications/version-management/subversion/default.nix
index 8f7ec37823a..0c94d96a999 100644
--- a/pkgs/applications/version-management/subversion/default.nix
+++ b/pkgs/applications/version-management/subversion/default.nix
@@ -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}
   '';