guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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