diff options
author | jgart <jgart@dismail.de> | 2022-03-15 14:34:12 -0400 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-03-22 15:27:07 +0100 |
commit | bd952b47afb1fef46591dba7701ad7928705a4be (patch) | |
tree | 0e32d342b8cf4ac026b3c6c7e6f4739ba397a4b3 | |
parent | 222dac0b95464471021274a31f6af63f85285f70 (diff) |
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>
-rw-r--r-- | gnu/packages/vim.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 4ed6708eb5..ef6c62cc69 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -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" |