forked from mirrors/nixpkgs
Merge pull request #136872 from toastal/himalaya-vim-fix
himalaya-vim: fix broken build
This commit is contained in:
commit
732a626091
|
@ -311,13 +311,9 @@ self: super: {
|
|||
pname = "himalaya-vim";
|
||||
inherit (himalaya) src version;
|
||||
dependencies = with self; [ himalaya ];
|
||||
patchPhase = ''
|
||||
rm -rf !"vim/"
|
||||
cp -vaR vim/. .
|
||||
rm -rf vim/
|
||||
'';
|
||||
preFixup = ''
|
||||
substituteInPlace $out/share/vim-plugins/himalaya-vim/plugin/himalaya.vim \
|
||||
configurePhase = ''
|
||||
cd vim
|
||||
substituteInPlace plugin/himalaya.vim \
|
||||
--replace 'if !executable("himalaya")' 'if v:false'
|
||||
'';
|
||||
postFixup = ''
|
||||
|
|
Loading…
Reference in a new issue