gnu: vim-tagbar: Fix typo in phase name.

* gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
jgart 2022-03-15 14:34:12 -04:00 committed by Mathieu Othacehe
parent 222dac0b95
commit bd952b47af
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1287,7 +1287,7 @@ (define-public vim-tagbar
("syntax" "share/vim/vimfiles/"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'link-univerisal-ctags
(add-after 'unpack 'link-universal-ctags
(lambda* (#:key inputs #:allow-other-keys)
(let ((ctags (assoc-ref inputs "universal-ctags")))
(substitute* "autoload/tagbar.vim"