me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

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