mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05: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:
parent
222dac0b95
commit
bd952b47af
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue