mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-twpayne-go-vfsafero: Fix build.
* gnu/packages/golang.scm (go-github-com-twpayne-go-vfsafero) [native-inputs]: Remove go-github-com-twpayne-go-vfs and go-github-com-spf13-afero; add go-github-com-twpayne-go-vfs-1.0.1 and go-github-com-spf13-afero-1.1.2. * gnu/packages/golang-xyz.scm (go-github-com-twpayne-go-vfs-1.0.1, go-github-com-spf13-afero-1.1.2): New variables. Change-Id: Idb5a2a6a933ed7b9af3d2f263549bb8ba75bc2bf
This commit is contained in:
parent
72a3683689
commit
d9e1c234f5
2 changed files with 31 additions and 1 deletions
|
@ -8691,6 +8691,21 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
|
||||||
"This package provides a file system abstraction for Go.")
|
"This package provides a file system abstraction for Go.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
;; XXX: For chezmoi 1.8.10, remove it when updated.
|
||||||
|
(define-public go-github-com-spf13-afero-1.1.2
|
||||||
|
(hidden-package (package (inherit go-github-com-spf13-afero)
|
||||||
|
(name "go-github-com-spf13-afero")
|
||||||
|
(version "1.1.2")
|
||||||
|
(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 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))))))
|
||||||
|
|
||||||
(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")
|
||||||
|
@ -9388,6 +9403,21 @@ supported by the time package
|
||||||
@code{ioutil} packages that is easy to test.")
|
@code{ioutil} packages that is easy to test.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; XXX: For chezmoi 1.8.10, remove it when updated.
|
||||||
|
(define-public go-github-com-twpayne-go-vfs-1.0.1
|
||||||
|
(hidden-package (package (inherit go-github-com-twpayne-go-vfs)
|
||||||
|
(name "go-github-com-twpayne-go-vfs")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/twpayne/go-vfs")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1if2wfdwl3h8v8kgrgywkwcjafcz7hynq8ikr52s11qf2n0w3gny")))))))
|
||||||
|
|
||||||
(define-public go-github-com-urfave-cli
|
(define-public go-github-com-urfave-cli
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-urfave-cli")
|
(name "go-github-com-urfave-cli")
|
||||||
|
|
|
@ -5413,7 +5413,7 @@ temporal directories.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/twpayne/go-vfsafero"))
|
`(#:import-path "github.com/twpayne/go-vfsafero"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-twpayne-go-vfs go-github-com-spf13-afero))
|
(list go-github-com-twpayne-go-vfs-1.0.1 go-github-com-spf13-afero-1.1.2))
|
||||||
(home-page "https://github.com/twpayne/go-vfsafero/")
|
(home-page "https://github.com/twpayne/go-vfsafero/")
|
||||||
(synopsis "Compatibility later between @code{go-vfs} and @code{afero}")
|
(synopsis "Compatibility later between @code{go-vfs} and @code{afero}")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue