mdformat: Support more than 1 plugin at a time

This commit is contained in:
Graham Dennis
2025-02-02 20:22:28 +11:00
parent 8ed1fafea6
commit ac3a106abb
+1 -1
View File
@@ -26,7 +26,7 @@ let
};
}
''
buildPythonPath $plugins
buildPythonPath "$plugins"
makeWrapper ${lib.getExe python.pkgs.mdformat} $out/bin/mdformat \
--suffix PYTHONPATH : "$program_PYTHONPATH"
'';