unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54404] [PATCH] gnu: vim-tagbar: Fix typo in phase name.
@ 2022-03-15 18:34 jgart via Guix-patches via
  2022-03-22 14:27 ` bug#54404: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-15 18:34 UTC (permalink / raw)
  To: 54404; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54404: [PATCH] gnu: vim-tagbar: Fix typo in phase name.
  2022-03-15 18:34 [bug#54404] [PATCH] gnu: vim-tagbar: Fix typo in phase name jgart via Guix-patches via
@ 2022-03-22 14:27 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-22 14:27 UTC (permalink / raw)
  To: jgart; +Cc: 54404-done


> * gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-22 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 18:34 [bug#54404] [PATCH] gnu: vim-tagbar: Fix typo in phase name jgart via Guix-patches via
2022-03-22 14:27 ` bug#54404: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).