mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: go-github-com-twpayne-go-xdg-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-twpayne-go-xdg-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Icfea33020fcadb4b47cdced47df203886b3260b4
This commit is contained in:
parent
027356f66c
commit
b102e120d5
2 changed files with 27 additions and 24 deletions
|
@ -13291,6 +13291,33 @@ supported by the time package
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/twpayne/go-vfs")))))
|
#:import-path "github.com/twpayne/go-vfs")))))
|
||||||
|
|
||||||
|
(define-public go-github-com-twpayne-go-xdg-v3
|
||||||
|
(package
|
||||||
|
(name "go-github-com-twpayne-go-xdg-v3")
|
||||||
|
(version "3.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/twpayne/go-xdg")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0j8q7yzixs6jlaad0lpa8hs6b240gm2cmy0yxgnprrbpa0y2r7ln"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/twpayne/go-xdg/v3"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify
|
||||||
|
go-github-com-twpayne-go-vfs-1.0.1))
|
||||||
|
(home-page "https://github.com/twpayne/go-xdg/")
|
||||||
|
(synopsis "Functions related to freedesktop.org")
|
||||||
|
(description
|
||||||
|
"Package @code{xdg} provides functions related to
|
||||||
|
@uref{freedesktop.org}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(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")
|
||||||
|
|
|
@ -2905,30 +2905,6 @@ temporal directories.")
|
||||||
@code{go-github-com-twpayne-go-vfs} and @code{go-github-com-spf13-afero}.")
|
@code{go-github-com-twpayne-go-vfs} and @code{go-github-com-spf13-afero}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-xdg-v3
|
|
||||||
(package
|
|
||||||
(name "go-github-com-twpayne-go-xdg-v3")
|
|
||||||
(version "3.1.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/twpayne/go-xdg")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0j8q7yzixs6jlaad0lpa8hs6b240gm2cmy0yxgnprrbpa0y2r7ln"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/twpayne/go-xdg/v3"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-stretchr-testify go-github-com-twpayne-go-vfs-1.0.1))
|
|
||||||
(home-page "https://github.com/twpayne/go-xdg/")
|
|
||||||
(synopsis "Functions related to freedesktop.org")
|
|
||||||
(description "Package @code{xdg} provides functions related to
|
|
||||||
@uref{freedesktop.org}.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-delthas-go-libnp
|
(define-public go-github-com-delthas-go-libnp
|
||||||
(let ((commit "0e45ece1f878f202fee2c74801e287804668f677"))
|
(let ((commit "0e45ece1f878f202fee2c74801e287804668f677"))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue