~ruther/guix-local

50514b8d5559d78f542fb97b476736cada61cec2 — Sharlatan Hellseher 2 years ago 837e5f7
gnu: yggdrasil: Sort inputs alphabetically.

* gnu/packages/networking.scm (yggdrasil)[propagated-inputs]: Sort
alphabetically to ease maintenance.

Change-Id: I336307433842bd1dce0cfb62d93be767e0a92dbb
Signed-off-by: Andrew Tropin <andrew@trop.in>
1 files changed, 20 insertions(+), 20 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +20 -20
@@ 4450,31 4450,31 @@ QUIC protocol.")
               #:deep? #true)))
       (cons go-golang-org-x-sys-0.8
             (map p
                  (list go-golang-zx2c4-com-wireguard
                        go-golang-org-x-text
                        go-golang-org-x-net
                        go-golang-org-x-crypto
                        go-golang-org-x-tools
                        go-netns
                        go-netlink
                  (list go-github-com-arceliar-ironwood
                        go-github-com-arceliar-phony
                        go-github-com-bits-and-blooms-bitset
                        go-github-com-bits-and-blooms-bloom
                        go-github-com-quic-go-quic-go
                        go-github-com-cheggaaa-pb-v3
                        go-github-com-fatih-color
                        go-github-com-gologme-log
                        go-github-com-hashicorp-go-syslog
                        go-github-com-hjson-hjson-go
                        go-github-com-olekukonko-tablewriter
                        go-github-com-mitchellh-mapstructure
                        go-github-com-mattn-go-runewidth
                        go-github-com-mattn-go-isatty
                        go-github-com-mattn-go-colorable
                        go-github-com-kardianos-minwinsvc
                        go-github-com-hjson-hjson-go
                        go-github-com-hashicorp-go-syslog
                        go-github-com-gologme-log
                        go-github-com-fatih-color
                        go-github-com-cheggaaa-pb-v3
                        go-github-com-kardianos-minwinsvc
                        go-github-com-mattn-go-colorable
                        go-github-com-mattn-go-isatty
                        go-github-com-mattn-go-runewidth
                        go-github-com-mitchellh-mapstructure
                        go-github-com-olekukonko-tablewriter
                        go-github-com-quic-go-quic-go
                        go-github-com-vividcortex-ewma
                        go-github-com-arceliar-phony
                        go-github-com-arceliar-ironwood)))))
                        go-golang-org-x-crypto
                        go-golang-org-x-net
                        go-golang-org-x-text
                        go-golang-org-x-tools
                        go-golang-zx2c4-com-wireguard
                        go-netlink
                        go-netns)))))
    (home-page "https://yggdrasil-network.github.io/blog.html")
    (synopsis
     "Experiment in scalable routing as an encrypted IPv6 overlay network")