mdformat: Support more than 1 plugin at a time
Graham Dennis 11 months ago ac3a106a 8ed1fafe
··· 26 26 }; 27 27 } 28 28 '' 29 29 - buildPythonPath $plugins 29 29 + buildPythonPath "$plugins" 30 30 makeWrapper ${lib.getExe python.pkgs.mdformat} $out/bin/mdformat \ 31 31 --suffix PYTHONPATH : "$program_PYTHONPATH" 32 32 '';