mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
emacsPackages.ormolu: replace program (#340594)
This commit is contained in:
commit
75e28367ac
|
@ -451,6 +451,13 @@ let
|
|||
|
||||
orgit-forge = buildWithGit super.orgit-forge;
|
||||
|
||||
ormolu = super.ormolu.overrideAttrs (attrs: {
|
||||
postPatch = attrs.postPatch or "" + ''
|
||||
substituteInPlace ormolu.el \
|
||||
--replace-fail 'ormolu-process-path "ormolu"' 'ormolu-process-path "${lib.getExe pkgs.ormolu}"'
|
||||
'';
|
||||
});
|
||||
|
||||
ox-rss = buildWithGit super.ox-rss;
|
||||
|
||||
python-isort = super.python-isort.overrideAttrs (attrs: {
|
||||
|
|
Loading…
Reference in a new issue