diff mbox series

[bug#68898] gnu: misspell: Add missing input.

Message ID 87ttmq7d8h.fsf@troyfigiel.com
State New
Headers show
Series [bug#68898] gnu: misspell: Add missing input. | expand

Commit Message

Troy Figiel Feb. 2, 2024, 9:29 p.m. UTC
* gnu/packages/golang.scm (misspell)[propagated-inputs]: Add go-github-com-gobwas-glob.
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Comments

Sharlatan Hellseher Feb. 5, 2024, 10:44 p.m. UTC | #1
Hi,

Pushed as f33473e7b215d2b6d00532565dc49cbf183cb2de to master.

Thanks,
Oleg
diff mbox series

Patch

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