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