gnu: syncthing: Adjust the union of standard library networking modules.
The removed package is no longer needed by Syncthing. * gnu/packages/syncthing.scm (go-golang-org-x-net-union): Remove go-golang-org-x-net-context.
This commit is contained in:
parent
80da197ad4
commit
ca14531a5f
|
@ -909,7 +909,6 @@ libraries are in the same directory.")
|
||||||
(define* (go-golang-org-x-net-union #:optional
|
(define* (go-golang-org-x-net-union #:optional
|
||||||
(packages (list go-golang-org-x-net-ipv4
|
(packages (list go-golang-org-x-net-ipv4
|
||||||
go-golang-org-x-net-bpf
|
go-golang-org-x-net-bpf
|
||||||
go-golang-org-x-net-context
|
|
||||||
go-golang-org-x-net-ipv6
|
go-golang-org-x-net-ipv6
|
||||||
go-golang-org-x-net-proxy
|
go-golang-org-x-net-proxy
|
||||||
go-golang-org-x-net-internal-iana)))
|
go-golang-org-x-net-internal-iana)))
|
||||||
|
|
Loading…
Reference in New Issue