Skip to content

Commit

Permalink
urweb: do not use removed postgres.dev output
Browse files Browse the repository at this point in the history
postgres.dev output was reverted by 6b05651
  • Loading branch information
orivej committed Sep 28, 2017
1 parent c57e5d1 commit 0978d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/urweb/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 0978d59

Please sign in to comment.