mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Remove go-golang.org-x-sync-semaphore.
* gnu/packages/golang-build.scm (go-golang.org-x-sync-semaphore): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-semaphore. * gnu/packages/version-control.scm (git-lfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-semaphore; add go-golang-org-x-sync. Change-Id: Icf3edfc46696c8b9af79787ff77f7e65852bfef4
This commit is contained in:
parent
9708590d20
commit
afbc1cc8b3
3 changed files with 2 additions and 13 deletions
|
@ -1064,7 +1064,7 @@ (define-public actionlint
|
||||||
go-github-com-mattn-go-runewidth
|
go-github-com-mattn-go-runewidth
|
||||||
go-github-com-robfig-cron
|
go-github-com-robfig-cron
|
||||||
go-golang-org-x-sync
|
go-golang-org-x-sync
|
||||||
go-golang.org-x-sync-semaphore
|
go-golang-org-x-sync
|
||||||
go-gopkg-in-yaml-v3))
|
go-gopkg-in-yaml-v3))
|
||||||
(native-inputs (list go-github-com-google-go-cmp-cmp))
|
(native-inputs (list go-github-com-google-go-cmp-cmp))
|
||||||
(home-page "https://rhysd.github.io/actionlint/")
|
(home-page "https://rhysd.github.io/actionlint/")
|
||||||
|
|
|
@ -293,17 +293,6 @@ (define-public go-golang-org-x-sync
|
||||||
packages.")
|
packages.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang.org-x-sync-semaphore
|
|
||||||
(package
|
|
||||||
(inherit go-golang-org-x-sync)
|
|
||||||
(name "go-golang.org-x-sync-semaphore")
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "golang.org/x/sync/semaphore"
|
|
||||||
#:unpack-path "golang.org/x/sync"))
|
|
||||||
(home-page "https://godoc.org/golang.org/x/sync/semaphore")
|
|
||||||
(synopsis "Weighted semaphore implementation in Go")
|
|
||||||
(description "Weighted semaphore implementation in Go.")))
|
|
||||||
|
|
||||||
(define-public go-golang-org-x-sys
|
(define-public go-golang-org-x-sys
|
||||||
(let ((commit "ca59edaa5a761e1d0ea91d6c07b063f85ef24f78")
|
(let ((commit "ca59edaa5a761e1d0ea91d6c07b063f85ef24f78")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -3505,7 +3505,7 @@ (define-public git-lfs
|
||||||
go-github-com-xeipuuv-gojsonreference
|
go-github-com-xeipuuv-gojsonreference
|
||||||
go-github-com-xeipuuv-gojsonpointer
|
go-github-com-xeipuuv-gojsonpointer
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
go-golang.org-x-sync-semaphore
|
go-golang-org-x-sync
|
||||||
go-github-com-ssgelm-cookiejarparser
|
go-github-com-ssgelm-cookiejarparser
|
||||||
go-github-com-rubyist-tracerx
|
go-github-com-rubyist-tracerx
|
||||||
go-github-com-olekukonko-ts
|
go-github-com-olekukonko-ts
|
||||||
|
|
Loading…
Reference in a new issue