diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 6a75412..82c84fa 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2544,3 +2544,25 @@ identifiers.") (synopsis "errors") (description "Package errors provides simple error handling primitives.") (license license:bsd-2))) +(define-public go-github-com-mattn-go-colorable-0.1.2 + (package + (name "go-github-com-mattn-go-colorable") + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mattn/go-colorable") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/mattn/go-colorable")) + (propagated-inputs + `(("go-github-com-mattn-go-isatty-0.0.8" + ,go-github-com-mattn-go-isatty-0.0.8))) + (home-page "https://github.com/mattn/go-colorable") + (synopsis "go-colorable") + (description "Colorable writer for windows.") + (license license:expat)))