about summary refs log tree commit diff
path: root/pkgs/servers/ldap
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-05-22 16:47:28 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-05-22 17:49:04 +0300
commit0fd461d5b5da30462dfbcec3d3a2bd426700800c (patch)
treeb68a569c25b616c66a4b6e4867e292bcb0daec28 /pkgs/servers/ldap
parentf9feacfc7c389bacb937e24d7cccfe013271efaa (diff)
db: Use more conventional outputs, also split bin
Diffstat (limited to 'pkgs/servers/ldap')
-rw-r--r--pkgs/servers/ldap/389/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/ldap/389/default.nix b/pkgs/servers/ldap/389/default.nix
index 5ef909a6d09cc..6826df5f6e869 100644
--- a/pkgs/servers/ldap/389/default.nix
+++ b/pkgs/servers/ldap/389/default.nix
@@ -36,7 +36,9 @@ stdenv.mkDerivation rec {
     "--sysconfdir=/etc"
     "--localstatedir=/var"
     "--with-openldap"
-    "--with-db=${db}"
+    "--with-db"
+    "--with-db-inc=${db.dev}/include"
+    "--with-db-lib=${db.out}/lib"
     "--with-sasl=${cyrus_sasl.dev}"
     "--with-netsnmp=${net_snmp}"
   ];