diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-22 20:35:12 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-22 20:35:58 +0000 |
commit | 0c8e83ab1a0ad2c331935da2d4fce36c93e3804a (patch) | |
tree | 0c3d6e15aaadfc6ba6ea6a73e553b7bdaad04f49 /gnu/packages | |
parent | 5666d8121231883a3cc601eb4889d3edf10dd6ca (diff) |
gnu: go-github-com-alecthomas-chroma: Update to 0.10.0.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to 0.10.0.
[native-inputs]: Add go-github-com-alecthomas-kong,
go-github-com-alecthomas-kong-hcl, go-github-com-gorilla-csrf,
go-github-com-gorilla-handlers, go-github-com-gorilla-mux,
go-github-com-mattn-go-colorable, and go-github-com-mattn-go-isatty.
Change-Id: I48b68706fb32b64a594957a696c0f32b824c1590
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 9 |
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") |