postgresql*: fixup build by a side-step

https://github.com/NixOS/nixpkgs/pull/44767#issuecomment-414066070
This commit is contained in:
Vladimír Čunát 2018-08-19 09:07:00 +02:00
parent 0f57d85522
commit b1548ce080
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -24,6 +24,9 @@ let
NIX_CFLAGS_COMPILE = [ "-I${libxml2.dev}/include/libxml2" ];
# Otherwise it retains a reference to compiler and fails; see #44767. TODO: better.
preConfigure = "CC=cc";
configureFlags = [
"--with-openssl"
"--with-libxml"