db: Use more conventional outputs, also split bin

This commit is contained in:
Tuomas Tynkkynen
2018-05-22 16:47:28 +03:00
parent f9feacfc7c
commit 0fd461d5b5
5 changed files with 8 additions and 6 deletions

View File

@@ -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}"
];