summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-xyz.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a597fe4e3a..e3631de30b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -704,7 +704,14 @@ http://tartarus.org/~martin/PorterStemmer/index.html.")
(arguments
`(#:import-path "github.com/alecthomas/chroma"))
(native-inputs
- (list go-github-com-dlclark-regexp2
+ (list go-github-com-alecthomas-kong
+ go-github-com-alecthomas-kong-hcl
+ go-github-com-dlclark-regexp2
+ go-github-com-gorilla-csrf
+ go-github-com-gorilla-handlers
+ go-github-com-gorilla-mux
+ go-github-com-mattn-go-colorable
+ go-github-com-mattn-go-isatty
go-github-com-stretchr-testify))
(home-page "https://github.com/alecthomas/chroma/")
(synopsis "General purpose syntax highlighter in pure Go")