postgresql: refactor to move locale-binary-path.patch into patches/

Seems to have been put in the wrong place.
This commit is contained in:
Wolfgang Walther 2024-02-29 17:42:58 +01:00
parent 726fd60dff
commit 01463448be
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
2 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ let
./patches/findstring.patch
(substituteAll {
src = ./locale-binary-path.patch;
src = ./patches/locale-binary-path.patch;
locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale";
})