sqitchMysql,sqitchPg: fix wrapper arguments escaping

This commit is contained in:
Naïm Favier 2022-05-06 18:33:53 +02:00
parent d66c280a4a
commit ae82656f09
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -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 = {