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:
Leo Famulari 2018-05-01 10:44:17 -04:00
parent 80da197ad4
commit ca14531a5f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -909,7 +909,6 @@ (define* (go-golang-org-x-crypto-union #:optional
(define* (go-golang-org-x-net-union #:optional
(packages (list go-golang-org-x-net-ipv4
go-golang-org-x-net-bpf
go-golang-org-x-net-context
go-golang-org-x-net-ipv6
go-golang-org-x-net-proxy
go-golang-org-x-net-internal-iana)))