Vladimír Čunát 6 years ago
parent 0f57d85522
commit b1548ce080
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/servers/sql/postgresql/default.nix

@ -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"

Loading…
Cancel
Save