[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60914] [PATCH 15/25] gnu: Add go-github-com-client9-misspell.
From: |
Katherine Cox-Buday |
Subject: |
[bug#60914] [PATCH 15/25] gnu: Add go-github-com-client9-misspell. |
Date: |
Tue, 17 Jan 2023 18:45:00 -0700 |
* gnu/packages/golang.scm (go-github-com-client9-misspell): New variable.
---
gnu/packages/golang.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b84fe59503..fe45b29215 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4850,6 +4850,20 @@ (define-public misspell
"Package misspell corrects commonly misspelled English words in source
files.")
(license license:expat)))
+(define-public go-github-com-client9-misspell
+ (package
+ (inherit misspell)
+ (name "go-github-com-client9-misspell")
+ (arguments
+ `(#:import-path "github.com/client9/misspell"
+ #:tests? #f
+ #:install-source? #t
+ #:phases (modify-phases %standard-phases
+ (delete 'build))))
+ (propagated-inputs (package-inputs misspell))
+ (native-inputs '())
+ (inputs '())))
+
(define-public go-github-com-stevedonovan-luar
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
(revision "0"))
--
2.38.1
- [bug#60899] [PATCH 00/25] gnu: golang: Add gopls, Katherine Cox-Buday, 2023/01/17
- [bug#60905] [PATCH 08/25] gnu: go-github-com-pkg-diff: Update to 0.0.0-20210226163009-20ebb0f2a09e., Katherine Cox-Buday, 2023/01/17
- [bug#60904] [PATCH 05/25] gnu: Add go-github-com-google-safehtml., Katherine Cox-Buday, 2023/01/17
- [bug#60898] [PATCH 02/25] gnu: go-golang-org-x-mod: Update to 0.7.0., Katherine Cox-Buday, 2023/01/17
- [bug#60909] [PATCH 11/25] gnu: go-golang-org-x-tools: Update to 0.5.0., Katherine Cox-Buday, 2023/01/17
- [bug#60901] [PATCH 03/25] gnu: Add go-golang-org-x-exp., Katherine Cox-Buday, 2023/01/17
- [bug#60906] [PATCH 09/25] gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0., Katherine Cox-Buday, 2023/01/17
- [bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest., Katherine Cox-Buday, 2023/01/17
- [bug#60914] [PATCH 15/25] gnu: Add go-github-com-client9-misspell.,
Katherine Cox-Buday <=
- [bug#60915] [PATCH 18/25] gnu: Add go-mvdan-cc-unparam., Katherine Cox-Buday, 2023/01/17
- [bug#60921] [PATCH 24/25] gnu: Add go-mvdan-cc-gofumpt., Katherine Cox-Buday, 2023/01/17
- [bug#60900] [PATCH 04/25] gnu: Add go-github-com-jba-printsrc., Katherine Cox-Buday, 2023/01/17
- [bug#60902] [PATCH 06/25] gnu: Add go-github-com-jba-templatecheck., Katherine Cox-Buday, 2023/01/17
- [bug#60910] [PATCH 12/25] gnu: Add xurls., Katherine Cox-Buday, 2023/01/17
- [bug#60918] [PATCH 19/25] gnu: Add govulncheck., Katherine Cox-Buday, 2023/01/17
- [bug#60919] [PATCH 20/25] gnu: Add go-golang-org-x-vuln., Katherine Cox-Buday, 2023/01/17
- [bug#60920] [PATCH 22/25] gnu: go-honnef-co-go-tools: Update to 0.3.3., Katherine Cox-Buday, 2023/01/17
- [bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9., Katherine Cox-Buday, 2023/01/17
- [bug#60908] [PATCH 10/25] gnu: gopkg-in-errgo-fmt-errors: Rename package to go-gopkg-in-errgo-fmt-errors., Katherine Cox-Buday, 2023/01/17