vimPlugins.vim-stylish-haskell: Patch path to executable
This commit is contained in:
parent
607b0a1fa8
commit
f214efa6f1
@ -2,7 +2,7 @@
|
||||
, python, cmake, meson, vim, ruby
|
||||
, which, fetchgit, fetchurl
|
||||
, llvmPackages, rustPlatform
|
||||
, xkb-switch, fzf, skim
|
||||
, xkb-switch, fzf, skim, stylish-haskell
|
||||
, python3, boost, icu, ncurses
|
||||
, ycmd, rake
|
||||
, gobject-introspection, glib, wrapGAppsHook
|
||||
@ -405,4 +405,12 @@ self: super: {
|
||||
};
|
||||
});
|
||||
|
||||
vim-stylish-haskell = super.vim-stylish-haskell.overrideAttrs (old: {
|
||||
postPatch = old.postPatch or "" + ''
|
||||
substituteInPlace ftplugin/haskell/stylish-haskell.vim --replace \
|
||||
'g:stylish_haskell_command = "stylish-haskell"' \
|
||||
'g:stylish_haskell_command = "${stylish-haskell}/bin/stylish-haskell"'
|
||||
'';
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user