mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add go-github-com-kylebanks-depth.
* gnu/packages/golang-xyz.scm (go-github-com-kylebanks-depth): New variable. Change-Id: I20dc98c4fa6c3780a30e93e1280500221171a9d0
This commit is contained in:
parent
eaeae4e077
commit
aaacaaf10a
1 changed files with 25 additions and 0 deletions
|
@ -9890,6 +9890,31 @@ allocation. @code{fastime} is returning the approximate time.")
|
|||
(description "This package provides a text formatting functions in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-kylebanks-depth
|
||||
(package
|
||||
(name "go-github-com-kylebanks-depth")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KyleBanks/depth")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19gnz1w3ny3dawdhfnfsr17ll11isgk0jmrbfn2hsa6yqzc7jd3k"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/KyleBanks/depth"
|
||||
#:test-subdirs #~(list ".")))
|
||||
(home-page "https://github.com/KyleBanks/depth")
|
||||
(synopsis "Visualize Golang Dependency Trees")
|
||||
(description
|
||||
"Package depth provides an ability to traverse and retrieve Go source
|
||||
code dependencies in the form of internal and external packages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-kylelemons-godebug
|
||||
(package
|
||||
(name "go-github-com-kylelemons-godebug")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue