mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-csv2table.
* gnu/packages/golang-xyz.scm (go-csv2table): New variable. Change-Id: I8e86d510273a147bb068da269672c773c1119ad4
This commit is contained in:
parent
32fccedae5
commit
3fc31b2d5a
1 changed files with 11 additions and 0 deletions
|
@ -9181,6 +9181,17 @@ library.")
|
||||||
" This package provides an command line interface (CLI)
|
" This package provides an command line interface (CLI)
|
||||||
tool."))))
|
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
|
(define-public go-hclogvet
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-hashicorp-go-hclog)
|
(inherit go-github-com-hashicorp-go-hclog)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue