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:
Sharlatan Hellseher 2024-09-13 09:54:04 +01:00
parent 16f960463e
commit c6683a148f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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")

View file

@ -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