1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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:
Sharlatan Hellseher 2025-01-09 12:40:55 +00:00
parent 027356f66c
commit b102e120d5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 27 additions and 24 deletions

View file

@ -13291,6 +13291,33 @@ supported by the time package
(list
#: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
(package
(name "go-github-com-urfave-cli")