postgresql: remove preConfigure CC variable

This seems to have been done better by now. There are no references kept
and the build does not fail when removing it.
This commit is contained in:
Wolfgang Walther 2024-03-06 22:06:36 +01:00
parent c3c52231f0
commit 6c1e2a4401
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

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