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:
parent
c3c52231f0
commit
6c1e2a4401
1 changed files with 0 additions and 3 deletions
|
@ -90,9 +90,6 @@ let
|
|||
|
||||
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 = [
|
||||
"--with-openssl"
|
||||
"--with-libxml"
|
||||
|
|
Loading…
Reference in a new issue