mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-mvdan-cc-xurls: Rename variable.
* gnu/packages/golang-web.scm (go-mvdan-cc-xurls): Rename variable to go-mvdan-cc-xurls-v2 to reflect current version and Golang import path as seen in go.mod. (xurls): Inherit from go-mvdan-cc-xurls-v2. * gnu/packages/golang.scm (gopls) [native-inputs]: Remove go-mvdan-cc-xurls; add go-mvdan-cc-xurls-v2. * gnu/packages/messaging.scm (senpai): Likewise. * gnu/packages/web.scm (miniflux): Likewise. Change-Id: I16757182dae8b4638d1e431ad1663eee22f76ad1
This commit is contained in:
parent
16f960463e
commit
c6683a148f
4 changed files with 6 additions and 6 deletions
|
@ -5601,9 +5601,9 @@ Signing and Encryption set of standards. This includes support for JSON Web
|
|||
Encryption, JSON Web Signature, and JSON Web Token standards.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-mvdan-cc-xurls
|
||||
(define-public go-mvdan-cc-xurls-v2
|
||||
(package
|
||||
(name "go-mvdan-cc-xurls")
|
||||
(name "go-mvdan-cc-xurls-v2")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5711,7 +5711,7 @@ go-github-com-tdewolff-minify-v2 source.")))
|
|||
|
||||
(define-public xurls
|
||||
(package
|
||||
(inherit go-mvdan-cc-xurls)
|
||||
(inherit go-mvdan-cc-xurls-v2)
|
||||
(name "xurls")
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
@ -3206,7 +3206,7 @@ the @url{https://vuln.go.dev,Go Vulnerability Database}.")
|
|||
go-gopkg-in-yaml-v3
|
||||
go-honnef-co-go-tools
|
||||
go-mvdan-cc-gofumpt
|
||||
go-mvdan-cc-xurls))
|
||||
go-mvdan-cc-xurls-v2))
|
||||
(home-page "https://golang.org/x/tools/gopls")
|
||||
(synopsis "Official language server for the Go language")
|
||||
(description
|
||||
|
|
|
@ -3637,7 +3637,7 @@ a text snippet), using @code{libphonenumber}.")
|
|||
go-golang-org-x-net
|
||||
go-golang-org-x-term
|
||||
go-golang-org-x-time
|
||||
go-mvdan-cc-xurls
|
||||
go-mvdan-cc-xurls-v2
|
||||
scdoc))
|
||||
(home-page "https://sr.ht/~delthas/senpai")
|
||||
(synopsis "Modern terminal IRC client")
|
||||
|
|
|
@ -399,7 +399,7 @@ and its related documentation.")
|
|||
go-golang-org-x-oauth2
|
||||
go-golang-org-x-term
|
||||
go-golang-org-x-text
|
||||
go-mvdan-cc-xurls))
|
||||
go-mvdan-cc-xurls-v2))
|
||||
(home-page "https://miniflux.app/")
|
||||
(synopsis "Minimalist and opinionated feed reader")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue