all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68898] [PATCH] gnu: misspell: Add missing input.
@ 2024-02-02 21:29 Troy Figiel
  2024-02-05 22:44 ` bug#68898: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-02 21:29 UTC (permalink / raw)
  To: 68898

* 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





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

* bug#68898: [PATCH] gnu: misspell: Add missing input.
  2024-02-02 21:29 [bug#68898] [PATCH] gnu: misspell: Add missing input Troy Figiel
@ 2024-02-05 22:44 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-05 22:44 UTC (permalink / raw)
  To: 68898-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]


Hi,

Pushed as f33473e7b215d2b6d00532565dc49cbf183cb2de to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-02-05 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 21:29 [bug#68898] [PATCH] gnu: misspell: Add missing input Troy Figiel
2024-02-05 22:44 ` bug#68898: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.