emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#68898: closed ([PATCH] gnu: misspell: Add missing input.)


From: GNU bug Tracking System
Subject: bug#68898: closed ([PATCH] gnu: misspell: Add missing input.)
Date: Mon, 05 Feb 2024 22:46:02 +0000

Your message dated Mon, 05 Feb 2024 22:44:47 +0000
with message-id <87v872v8dc.fsf@gmail.com>
and subject line [PATCH] gnu: misspell: Add missing input.
has caused the debbugs.gnu.org bug report #68898,
regarding [PATCH] gnu: misspell: Add missing input.
to be marked as done.

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


-- 
68898: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68898
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: misspell: Add missing input. Date: Fri, 2 Feb 2024 22:29:03 +0100
* gnu/packages/golang.scm (misspell)[propagated-inputs]: Add 
go-github-com-gobwas-glob.
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014ca01602..bcf7e45717 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5254,6 +5254,7 @@ (define-public misspell
                                         'build)
                              `(,@arguments #:import-path
                                
"github.com/client9/misspell/cmd/misspell")))))))
+    (propagated-inputs (list go-github-com-gobwas-glob))
     (home-page "https://github.com/client9/misspell";)
     (synopsis "Correct commonly misspelled English words in source files")
     (description

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: misspell: Add missing input. Date: Mon, 05 Feb 2024 22:44:47 +0000
Hi,

Pushed as f33473e7b215d2b6d00532565dc49cbf183cb2de to master.

Thanks,
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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