summary refs log tree commit diff
path: root/pkgs/servers/ldap/389/default.nix
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/389/default.nix
parentf9feacfc7c389bacb937e24d7cccfe013271efaa (diff)
downloadnixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar.gz
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar.bz2
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar.lz
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar.xz
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.tar.zst
nixpkgs-0fd461d5b5da30462dfbcec3d3a2bd426700800c.zip
db: Use more conventional outputs, also split bin
Diffstat (limited to 'pkgs/servers/ldap/389/default.nix')
-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 5ef909a6d09..6826df5f6e8 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}"
   ];