guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54404] [PATCH] gnu: vim-tagbar: Fix typo in phase name.


From: jgart
Subject: [bug#54404] [PATCH] gnu: vim-tagbar: Fix typo in phase name.
Date: Tue, 15 Mar 2022 14:34:12 -0400

* gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.
---
 gnu/packages/vim.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 28944dd640..a236cbb648 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1286,7 +1286,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"
-- 
2.35.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]