mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: vim-airline: Don't install tests.
* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to not install tests.
This commit is contained in:
parent
a765b7b043
commit
6feb7a2107
1 changed files with 1 additions and 2 deletions
|
@ -499,8 +499,7 @@ (define-public vim-airline
|
|||
'(#:install-plan
|
||||
'(("autoload" "share/vim/vimfiles/")
|
||||
("doc" "share/vim/vimfiles/")
|
||||
("plugin" "share/vim/vimfiles/")
|
||||
("t" "share/vim/vimfiles/"))))
|
||||
("plugin" "share/vim/vimfiles/"))))
|
||||
(synopsis "Statusline for Vim")
|
||||
(description
|
||||
"@code{vim-airline} is an extensible statusline for Vim.
|
||||
|
|
Loading…
Reference in a new issue