~whereiseveryone/guixrus

95a4e0cf4144accd8fb9f3b5fbee96c2d10c5457 — unwox 6 months ago 7259934
Remove unused go-github-com-alecthomas-chroma-for-gomuks
1 files changed, 0 insertions(+), 29 deletions(-)

M guixrus/packages/common/go.scm
M guixrus/packages/common/go.scm => guixrus/packages/common/go.scm +0 -29
@@ 1850,35 1850,6 @@ functions NewV3, NewV4, NewV5 and Parse() for generating versions 3,
@code{database/sql}.")
    (license license:expat)))

(define-public go-github-com-alecthomas-chroma-for-gomuks
  (package
    (name "go-github-com-alecthomas-chroma-for-gomuks")
    (version "0.8.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/alecthomas/chroma")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0928myh6dx4yvs4yp9mjcsiwcv6nqivbh370aa2rr0kzsln0ncqa"))))
    (build-system go-build-system)
    (arguments
     `(#:import-path "github.com/alecthomas/chroma"))
    (native-inputs
     (list go-github-com-dlclark-regexp2
           go-github-com-alecthomas-assert
           go-github-com-alecthomas-colour
           go-github-com-alecthomas-repr
           go-github-com-mattn-go-isatty
           go-github-com-sergi-go-diff))
    (home-page "https://github.com/alecthomas/chroma/")
    (synopsis "General purpose syntax highlighter in pure Go")
    (description "Chroma takes source code and other structured text and
converts it into syntax highlighted HTML, ANSI-coloured text, etc.")
    (license license:expat)))

(define-public go-etcd-io-bbolt-for-gomuks
  (package
    (name "go-etcd-io-bbolt-for-gomuks")