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

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 15 Mar 2022 18:35:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54404: closed ([PATCH] gnu: vim-tagbar: Fix typo in phase name.)
Date: Tue, 22 Mar 2022 14:28:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Mar 2022 15:27:27 +0100
with message-id <87lex2nju8.fsf <at> gnu.org>
and subject line Re: bug#54404: [PATCH] gnu: vim-tagbar: Fix typo in phase name.
has caused the debbugs.gnu.org bug report #54404,
regarding [PATCH] gnu: vim-tagbar: Fix typo in phase name.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
54404: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54404
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 54404-done <at> debbugs.gnu.org
Subject: Re: bug#54404: [PATCH] gnu: vim-tagbar: Fix typo in phase name.
Date: Tue, 22 Mar 2022 15:27:27 +0100
> * gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.

Pushed, thanks!

Mathieu


This bug report was last modified 3 years and 61 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.