tremc: fix wrapper arguments escaping

This commit is contained in:
Naïm Favier 2022-05-06 18:28:00 +02:00
parent b2a87aef36
commit 48e5fbac72
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
dontBuild = true;
doCheck = false;
makeWrapperArgs = ["--prefix PATH : ${wrapperPath}"];
makeWrapperArgs = ["--prefix PATH : ${lib.escapeShellArg wrapperPath}"];
installPhase = ''
make DESTDIR=$out install