[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: misspell: Add missing input.
From: |
guix-commits |
Subject: |
03/06: gnu: misspell: Add missing input. |
Date: |
Mon, 5 Feb 2024 17:37:47 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f33473e7b215d2b6d00532565dc49cbf183cb2de
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Fri Feb 2 22:29:03 2024 +0100
gnu: misspell: Add missing input.
* gnu/packages/golang.scm (misspell) [propagated-inputs]: Add
go-github-com-gobwas-glob.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I1c080a8fbb6f0a0294e28e4697438ab31ebca3cc
---
gnu/packages/golang.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 57e81d44a7..200090b416 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5252,6 +5252,7 @@ similar word.")
'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
- branch master updated (857507117d -> 1eda62a266), guix-commits, 2024/02/05
- 01/06: gnu: go-github-com-kr-text: Update to 0.2.0., guix-commits, 2024/02/05
- 02/06: gnu: go-github-com-jmespath-go-jmespath: Add missing input., guix-commits, 2024/02/05
- 03/06: gnu: misspell: Add missing input.,
guix-commits <=
- 05/06: gnu: go-github-com-go-git-go-billy: Add missing input., guix-commits, 2024/02/05
- 04/06: gnu: go-github-com-cheekybits-genny: Add missing input., guix-commits, 2024/02/05
- 06/06: gnu: go-github-com-operatorfoundation-ed25519: Add missing input., guix-commits, 2024/02/05