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 7f7fad9 commit 7888425Copy full SHA for 7888425
nix/postgresql/generic.nix
@@ -204,9 +204,6 @@ let
204
postPatch = ''
205
# Hardcode the path to pgxs so pg_config returns the path in $out
206
substituteInPlace "src/common/config_info.c" --subst-var out
207
- substituteInPlace "src/backend/commands/collationcmds.c" --replace-fail '@locale@' '${
208
- if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc
209
- }/bin/locale'
210
''
211
+ lib.optionalString jitSupport ''
212
# Force lookup of jit stuff in $out instead of $lib
0 commit comments