diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-05 03:03:31 +0000 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-01-06 12:16:39 +0300 |
commit | 50514b8d5559d78f542fb97b476736cada61cec2 (patch) | |
tree | 27ec08b4b5d879b22d01afd7807bd64bde5ac9d7 /gnu/packages | |
parent | 837e5f737e263f7f0da8bef84ec347e209839f1e (diff) | |
download | guix-50514b8d5559d78f542fb97b476736cada61cec2.tar.gz guix-50514b8d5559d78f542fb97b476736cada61cec2.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index c3796f7328..bf72fd7de2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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") |