guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vim-tagbar: Fix typo in phase name.


From: guix-commits
Subject: branch master updated: gnu: vim-tagbar: Fix typo in phase name.
Date: Tue, 22 Mar 2022 10:27:58 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd952b47af gnu: vim-tagbar: Fix typo in phase name.
bd952b47af is described below

commit bd952b47afb1fef46591dba7701ad7928705a4be
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Mar 15 14:34:12 2022 -0400

    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>
---
 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 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"



reply via email to

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