urweb: do not use removed postgres.dev output

postgres.dev output was reverted by 6b05651c20
This commit is contained in:
Orivej Desh 2017-09-28 03:59:18 +00:00
parent c57e5d1aa9
commit 0978d59c76

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
configureFlags = "--with-openssl=${openssl.dev}";
preConfigure = ''
export PGHEADER="${postgresql.dev}/include/libpq-fe.h";
export PGHEADER="${postgresql}/include/libpq-fe.h";
export MSHEADER="${lib.getDev mysql.client}/include/mysql/mysql.h";
export SQHEADER="${sqlite.dev}/include/sqlite3.h";