pufferpanel: fix wrapper arguments escaping

This commit is contained in:
Naïm Favier 2022-05-06 18:35:19 +02:00
parent 407a02d056
commit 9c5fb74132
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

@ -47,7 +47,7 @@ buildGoModule rec {
--set PUFFER_PANEL_EMAIL_TEMPLATES $out/share/pufferpanel/templates/emails.json \
--set GIN_MODE release \
--set PUFFER_PANEL_WEB_FILES $out/share/pufferpanel/www \
--prefix PATH : ${lib.makeBinPath pathDeps}
--prefix PATH : ${lib.escapeShellArg (lib.makeBinPath pathDeps)}
'';
meta = with lib; {