mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-spf13-afero: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-afero): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I9c4fe91acd0e09eb588664f01ec745d229178488
This commit is contained in:
parent
9b7f4d0124
commit
ee4982bde6
2 changed files with 28 additions and 26 deletions
|
@ -7205,6 +7205,34 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
|
||||||
"Quant provides an interface for image color quantizers.")
|
"Quant provides an interface for image color quantizers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-spf13-afero
|
||||||
|
(package
|
||||||
|
(name "go-github-com-spf13-afero")
|
||||||
|
;; TODO: It's the latest version which does not require
|
||||||
|
;; google.golang.org/api, pulling 400+ missing dependencies.
|
||||||
|
(version "1.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/spf13/afero")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/spf13/afero"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-pkg-sftp
|
||||||
|
go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/spf13/afero")
|
||||||
|
(synopsis "File system abstraction for Go")
|
||||||
|
(description
|
||||||
|
"This package provides a file system abstraction for Go.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-spf13-cobra
|
(define-public go-github-com-spf13-cobra
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-cobra")
|
(name "go-github-com-spf13-cobra")
|
||||||
|
|
|
@ -3179,32 +3179,6 @@ information about the resource usage and performance characteristics of running
|
||||||
containers.")
|
containers.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-spf13-afero
|
|
||||||
(package
|
|
||||||
(name "go-github-com-spf13-afero")
|
|
||||||
;; TODO: It's the latest version which does not require
|
|
||||||
;; google.golang.org/api, pulling 400+ missing dependencies.
|
|
||||||
(version "1.6.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/spf13/afero")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/spf13/afero"))
|
|
||||||
(propagated-inputs (list go-github-com-pkg-sftp go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/spf13/afero")
|
|
||||||
(synopsis "File system abstraction for Go")
|
|
||||||
(description
|
|
||||||
"This package provides a file system abstraction for Go.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-spf13-cast
|
(define-public go-github-com-spf13-cast
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-cast")
|
(name "go-github-com-spf13-cast")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue