Skip to content

Commit 5080bbe

Browse files
jfrocheyvan-sraka
authored andcommitted
fix: remove duplicate substitution in postgresql patch
1 parent bd77246 commit 5080bbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nix/postgresql/generic.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ let
204204
postPatch = ''
205205
# Hardcode the path to pgxs so pg_config returns the path in $out
206206
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'
210207
''
211208
+ lib.optionalString jitSupport ''
212209
# Force lookup of jit stuff in $out instead of $lib

0 commit comments

Comments
 (0)