~ruther/guix-local

3fc31b2d5a3d0505ed8959931a770cf172f71f30 — Sharlatan Hellseher 1 year, 8 months ago 32fcced
gnu: Add go-csv2table.

* gnu/packages/golang-xyz.scm (go-csv2table): New variable.

Change-Id: I8e86d510273a147bb068da269672c773c1119ad4
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +11 -0
@@ 9181,6 9181,17 @@ library.")
                    "  This package provides an command line interface (CLI)
tool."))))

(define-public go-csv2table
  (package/inherit go-github-com-olekukonko-tablewriter
    (name "go-csv2table")
    (arguments
     (list #:install-source? #f
           #:import-path "github.com/olekukonko/tablewriter/csv2table"
           #:unpack-path "github.com/olekukonko/tablewriter"))
    (description
     (string-append (package-description go-github-com-olekukonko-tablewriter)
                    "\nThis package provides a command line interface (CLI) tool."))))

(define-public go-hclogvet
  (package
    (inherit go-github-com-hashicorp-go-hclog)