sqitchMysql,sqitchPg: fix wrapper arguments escaping
This commit is contained in:
parent
d66c280a4a
commit
ae82656f09
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/sqitch --prefix PERL5LIB : ${perlPackages.makeFullPerlPath modules}
|
wrapProgram $out/bin/sqitch --prefix PERL5LIB : ${lib.escapeShellArg (perlPackages.makeFullPerlPath modules)}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue