me
/
guix
Archived
1
0
Fork 0

gnu: vim-airline: Don't install tests.

* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to
not install tests.
master
Efraim Flashner 2020-09-17 00:25:28 +03:00
parent a765b7b043
commit 6feb7a2107
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -499,8 +499,7 @@ commit or run any Git arbitrary command.")
'(#: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.