diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-01 10:44:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-01 10:52:54 -0400 |
commit | ca14531a5f8b351167ac90e8c1755b5166775e4a (patch) | |
tree | 4557269854cb82b232b99da6fe7d5e50e45530de /gnu/packages/syncthing.scm | |
parent | 80da197ad4f8fcfe4de5dc5b9785f28f095c3784 (diff) | |
download | guix-ca14531a5f8b351167ac90e8c1755b5166775e4a.tar guix-ca14531a5f8b351167ac90e8c1755b5166775e4a.tar.gz |
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.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 485162ac90..23e45a580b 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -909,7 +909,6 @@ libraries are in the same directory.") (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))) |