mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-tomlv.
* gnu/packages/golang-xyz.scm (go-tomlv): New variable. Change-Id: I2a95352302a0621dede1f67de766903482c610e2
This commit is contained in:
parent
1664dfa7b7
commit
ef82e01474
1 changed files with 15 additions and 0 deletions
|
@ -5467,6 +5467,21 @@ (define-public go-tengo
|
|||
"\nThis package provides an command line interface (CLI)
|
||||
tool."))))
|
||||
|
||||
(define-public go-tomlv
|
||||
(package
|
||||
(inherit go-github-com-burntsushi-toml)
|
||||
(name "go-tomlv")
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #f
|
||||
#:tests? #f ; no tests.
|
||||
#:import-path "github.com/BurntSushi/toml/cmd/tomlv"
|
||||
#:unpack-path "github.com/BurntSushi/toml"))
|
||||
(description
|
||||
(string-append (package-description go-github-com-burntsushi-toml)
|
||||
" This package provides an command line interface (CLI)
|
||||
tool."))))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue