sqitchMysql,sqitchPg: fix wrapper arguments escaping

main
Naïm Favier 2 years ago
parent d66c280a4a
commit ae82656f09
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/development/tools/misc/sqitch/default.nix

@ -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…
Cancel
Save