We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ba2a8 commit 7755753Copy full SHA for 7755753
flake.nix
@@ -110,9 +110,18 @@
110
gssSupport = false;
111
perlSupport = false;
112
jitSupport = false;
113
+ icuSupport = false;
114
+ pamSupport = false;
115
+ pythonSupport = false;
116
+ tclSupport = false;
117
})
118
119
(p: p.overrideAttrs (old: {
120
+ NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
121
+ LC_CTYPE = "C";
122
+
123
+ doCheck = false;
124
125
postPatch = old.postPatch + ''
126
substituteInPlace src/interfaces/libpq/Makefile \
127
--replace-fail "echo 'libpq must not be calling any function which invokes exit'; exit 1;" "echo;"
0 commit comments