mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -1287,7 +1287,7 @@ additions:
|
||||
("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"
|
||||
|
||||
Reference in New Issue
Block a user