Merge pull request #273334 from nagy/nagy-emacs-python-isort

emacsPackages.python-isort: replace program

authored by adisbladis and committed by GitHub 4a068704 e52f0b97

+7
+7
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 477 477 478 478 ox-rss = buildWithGit super.ox-rss; 479 479 480 + python-isort = super.python-isort.overrideAttrs (attrs: { 481 + postPatch = attrs.postPatch or "" + '' 482 + substituteInPlace python-isort.el \ 483 + --replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"' 484 + ''; 485 + }); 486 + 480 487 # upstream issue: missing file header 481 488 mhc = super.mhc.override { 482 489 inherit (self.melpaPackages) calfw;