vimPlugins.vim-clap: specify meta.platforms

gstqt5
Andrey Kuznetsov 2020-10-01 15:57:24 +03:00 committed by Jon
parent 683a87dbeb
commit 5cc71ccd9c
1 changed files with 2 additions and 0 deletions

View File

@ -603,6 +603,8 @@ self: super: {
in ''
ln -s ${maple-bin}/bin/maple $target/bin/maple
'';
meta.platforms = stdenv.lib.platforms.all;
});
completion-tabnine = super.completion-tabnine.overrideAttrs(old: {