postgresql: split and fixup some referrers

This commit is contained in:
Vladimír Čunát
2015-10-28 10:09:32 +01:00
parent 04c7506f0f
commit 261961c97d
6 changed files with 17 additions and 9 deletions
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
] ++ optionals (postgresql != null) [
"--with-pgsql"
"--with-pgsql_incdir=${postgresql}/include"
"--with-pgsql_libdir=${postgresql}/lib"
"--with-pgsql_libdir=${postgresql.lib}/lib"
] ++ optionals (sqlite != null) [
"--with-sqlite3"
"--with-sqlite3-incdir=${sqlite.dev}/include/sqlite"