guix-commits
[Top][All Lists]
Advanced

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

15/25: gnu: Add go-github-com-client9-misspell.


From: guix-commits
Subject: 15/25: gnu: Add go-github-com-client9-misspell.
Date: Mon, 6 Feb 2023 18:06:20 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 068a3709dc45264145e5e82c87d569a2ba5f1354
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:45:00 2023 -0700

    gnu: Add go-github-com-client9-misspell.
    
    * gnu/packages/golang.scm (go-github-com-client9-misspell): New variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/golang.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c791deac03..561abf224d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4852,6 +4852,20 @@ source files.  A neutral variety of English is used by 
default, but a US or UK
 locale can be selected.")
     (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"))



reply via email to

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