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.
substituteAll
replaceVars
1 parent 449c212 commit f3dcae3Copy full SHA for f3dcae3
nix/postgresql/generic.nix
@@ -21,7 +21,7 @@ let
21
libxml2,
22
tzdata,
23
libkrb5,
24
- substituteAll,
+ replaceVars,
25
darwin,
26
linux-pam,
27
#orioledb specific
@@ -188,8 +188,7 @@ let
188
./patches/specify_pkglibdir_at_runtime.patch
189
./patches/paths-with-postgresql-suffix.patch
190
191
- (substituteAll {
192
- src = ./patches/locale-binary-path.patch;
+ (replaceVars ./patches/locale-binary-path.patch {
193
locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale";
194
})
195
]
0 commit comments