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 99f097c commit e684ed7Copy full SHA for e684ed7
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
@@ -190,8 +190,7 @@ let
190
./patches/specify_pkglibdir_at_runtime.patch
191
./patches/paths-with-postgresql-suffix.patch
192
193
- (substituteAll {
194
- src = ./patches/locale-binary-path.patch;
+ (replaceVars ./patches/locale-binary-path.patch {
195
locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale";
196
})
197
]
0 commit comments