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

Seems to have been put in the wrong place.

+1 -1
+1 -1
pkgs/servers/sql/postgresql/default.nix
··· 116 ./patches/findstring.patch 117 118 (substituteAll { 119 - src = ./locale-binary-path.patch; 120 locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale"; 121 }) 122
··· 116 ./patches/findstring.patch 117 118 (substituteAll { 119 + src = ./patches/locale-binary-path.patch; 120 locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale"; 121 }) 122
pkgs/servers/sql/postgresql/locale-binary-path.patch pkgs/servers/sql/postgresql/patches/locale-binary-path.patch