summary refs log tree commit diff
path: root/pkgs/development/libraries/apr-util/default.nix
diff options
context:
space:
mode:
authorSander van der Burg <sander@conference-compass.com>2013-01-07 16:58:09 +0100
committerSander van der Burg <sander@conference-compass.com>2013-01-07 16:58:09 +0100
commiteecb135cad6ff4e02f49241a7d370280a838ff94 (patch)
tree6afe00bc6870323475690d505abbc7e6e6cdc449 /pkgs/development/libraries/apr-util/default.nix
parent5b0ca88d97d005a73a2be38e7a521af70875a718 (diff)
downloadnixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar.gz
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar.bz2
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar.lz
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar.xz
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.tar.zst
nixpkgs-eecb135cad6ff4e02f49241a7d370280a838ff94.zip
apr-util: Reenabling openldap support again
Diffstat (limited to 'pkgs/development/libraries/apr-util/default.nix')
-rw-r--r--pkgs/development/libraries/apr-util/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/apr-util/default.nix b/pkgs/development/libraries/apr-util/default.nix
index be3a83975e5..ad02f9b84cc 100644
--- a/pkgs/development/libraries/apr-util/default.nix
+++ b/pkgs/development/libraries/apr-util/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, apr, expat
 , sslSupport ? true, openssl
 , bdbSupport ? false, db4
-, ldapSupport ? false, openldap
+, ldapSupport ? true, openldap
 }:
 
 assert sslSupport -> openssl != null;