emacsPackages.python-isort: replace program

This commit is contained in:
Daniel Nagy
2023-12-10 12:45:00 +01:00
parent d723f1d2ed
commit 4d2b5b4753
@@ -477,6 +477,13 @@ let
ox-rss = buildWithGit super.ox-rss;
python-isort = super.python-isort.overrideAttrs (attrs: {
postPatch = attrs.postPatch or "" + ''
substituteInPlace python-isort.el \
--replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"'
'';
});
# upstream issue: missing file header
mhc = super.mhc.override {
inherit (self.melpaPackages) calfw;