From ac3a106abbfcf15477bb8656ca4accd396e89bd6 Mon Sep 17 00:00:00 2001 From: Graham Dennis Date: Sun, 2 Feb 2025 20:22:28 +1100 Subject: [PATCH] mdformat: Support more than 1 plugin at a time --- pkgs/by-name/md/mdformat/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/md/mdformat/package.nix b/pkgs/by-name/md/mdformat/package.nix index 84769e3bd273..69e10aee1c6f 100644 --- a/pkgs/by-name/md/mdformat/package.nix +++ b/pkgs/by-name/md/mdformat/package.nix @@ -26,7 +26,7 @@ let }; } '' - buildPythonPath $plugins + buildPythonPath "$plugins" makeWrapper ${lib.getExe python.pkgs.mdformat} $out/bin/mdformat \ --suffix PYTHONPATH : "$program_PYTHONPATH" '';