gitea-markdown: Korjaa chroman kääntyminen uudemmalla Guixilla

This commit is contained in:
Saku Laesvuori 2024-11-28 12:39:21 +02:00
parent 61ea6a7ffb
commit da9a81f126
1 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages golang-check)
#:use-module (gnu packages haskell-web)
#:use-module (gnu packages haskell-xyz))
@ -47,12 +48,12 @@
(inherit go-github-com-alecthomas-chroma)
(name "go-chroma")
(native-inputs
(list go-github-com-alecthomas-assert
go-github-com-alecthomas-kong
go-github-com-danwakefield-fnmatch
(list go-github-com-alecthomas-kong
go-github-com-stretchr-testify
go-github-com-dlclark-regexp2
go-github-com-mattn-go-colorable
go-github-com-mattn-go-isatty))
go-github-com-mattn-go-isatty
))
(arguments
(list
#:import-path "github.com/alecthomas/chroma/cmd/chroma"